

/* From: fi.almamedia.godome.web.CssResourceReference/res/js/fancybox-2.1.5/source/jquery.fancybox.css */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #666; /* Norman */
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../cssResource/res/images/fancybox-2.1.5/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../cssResource/res/images/fancybox-2.1.5/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../cssResource/res/images/fancybox-2.1.5/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../cssResource/res/images/fancybox-2.1.5/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../cssResource/res/images/fancybox-2.1.5/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../cssResource/res/images/fancybox-2.1.5/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* From: fi.almamedia.city24.web.City24CssResourceReference/res/multiSelect/css/jquery.multiselect.css */

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:13px }
.ui-multiselect-header ul li { float:left; padding:0 3px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; /*z-index:10000;*/ }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }


/* From: fi.almamedia.city24.web.City24CssResourceReference/res/multiSelect/css/jquery.multiselect-city24-theme.css */
/* Modified style for City24 */

#myGoDomePage button.ui-multiselect {
	padding:0 18px 0 3px;margin:0;overflow:hidden;
}

.ui-multiselect.ui-state-default, 
.ui-multiselect.ui-widget-content .ui-state-default, 
.ui-multiselect.ui-widget-header .ui-state-default {
	background:url("../cssResource/res/images/dropdown_city24.png") no-repeat right center #fff;
	background:url("../cssResource/res/images/dropdown_city24.png") no-repeat right center, -moz-linear-gradient(top,  #ffffff,  #e4e4e4);
	background:url("../cssResource/res/images/dropdown_city24.png") no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
	border-style: solid;border-width:1px;border-color: #d8d8d8 #dadada #bbb;
    text-decoration: none;vertical-align: middle;color: #666;font-weight:normal;
	height:23px;
}

.light .ui-multiselect.ui-state-default, 
.light .ui-multiselect.ui-widget-content .ui-state-default, 
.light .ui-multiselect.ui-widget-header .ui-state-default {
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 0;
    border:none;
    color: #666666;
    font-weight: normal;
    height: 27px;
    text-decoration: none;
    vertical-align: middle;
	cursor:pointer;
}
.light .ui-multiselect.ui-state-hover, 
.light .ui-multiselect.ui-widget-content .ui-state-hover, 
.light .ui-multiselect.ui-widget-header .ui-state-hover {
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 -27px;
} 
.light .ui-multiselect.ui-state-hover:focus, 
.light .ui-multiselect.ui-widget-content .ui-state-hover:focus, 
.light .ui-multiselect.ui-widget-header .ui-state-hover:focus{
	outline:0;
}
.light .ui-multiselect.ui-state-active, 
.light .ui-multiselect.ui-widget-content .ui-state-active, 
.light .ui-multiselect.ui-widget-header .ui-state-active {
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 -54px;
	outline:0;
}
.light .selectPurpose .ui-multiselect.ui-state-default, 
.light .selectPurpose .ui-multiselect.ui-widget-content .ui-state-default, 
.light .selectPurpose .ui-multiselect.ui-widget-header .ui-state-default,
.light .selectCondition .ui-multiselect.ui-state-default, 
.light .selectCondition .ui-multiselect.ui-widget-content .ui-state-default, 
.light .selectCondition .ui-multiselect.ui-widget-header .ui-state-default {
	width:179px !important;
}
.ui-multiselect.ui-state-hover, 
.ui-multiselect.ui-widget-content .ui-state-hover, 
.ui-multiselect.ui-widget-header .ui-state-hover{
	border-color: #d3d3d3 #d6d6d6 #aaa;
	background:url("../cssResource/res/images/dropdown_hover_city24.png") no-repeat right center #fff;
	background:url("../cssResource/res/images/dropdown_hover_city24.png") no-repeat right center, -moz-linear-gradient(top,  #ffffff,  #ddd);
	background:url("../cssResource/res/images/dropdown_hover_city24.png") no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd));
}

.ui-multiselect.ui-corner-all {
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.ui-multiselect-menu.ui-corner-all  {
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}

.ui-multiselect.ui-state-default span, 
.ui-multiselect.ui-widget-content .ui-state-default span, 
.ui-multiselect.ui-widget-header .ui-state-default span{
	display:inline-block;
	font-size:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

.ui-multiselect.ui-state-default .ui-icon  {
	background:none;
	display:none;
}

.ui-multiselect-menu {
	padding:0;float:left;
	z-index:9999;height:auto;
}
.ScrollMenu .ui-multiselect-menu{
	position:fixed;
	top:34px;
}
.ui-multiselect-menu.ui-widget-content {
    background: #fff;
	border: solid 1px #999;
    color: #666;
}

.ui-multiselect-checkboxes {
	overflow:visible;
	height:auto !important;
	/*max-height:250px;*/
	z-index:99999;
	position:static;
	float:left;
	width:177px;
}
.ui-multiselect-checkboxes li {font-size:13px;padding:0 3px;display:block;width:171px;}
.ui-multiselect-checkboxes li:hover{
	background-color:#316ac5; /*standard blue*/
	color:#fff;
}
.ui-multiselect-checkboxes li:hover label {color:#fff;}
	
.ui-multiselect-checkboxes .ui-state-hover,
.ui-multiselect-checkboxes .ui-widget-content .ui-state-hover, 
.ui-multiselect-checkboxes .ui-widget-header .ui-state-hover, 
.ui-multiselect-checkboxes .ui-state-focus, 
.ui-multiselect-checkboxes .ui-widget-content .ui-state-focus, 
.ui-multiselect-checkboxes .ui-widget-header .ui-state-focus {
    background: none;
    border: none;
    color: #666;
    font-weight: normal;
}	

.ui-multiselect-checkboxes label {
	padding:1px 0;border:0;
	text-transform:none;line-height:17px;float:none !important;
}

.ui-multiselect-menu ul li label.list {
	line-height: 17px;
	margin:0 !important;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 2px 0!important;
	text-transform:none;
	font-weight:normal;
}
.data.editable fieldset td .ui-multiselect-checkboxes li {
	width:auto;
	float:none;
	clear:none;
	padding-bottom:0;
	z-index:9999;
}
.data.editable fieldset td .ui-multiselect-checkboxes label {
	font-weight:normal;display:block;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	text-align:left;font-weight:bold;  
	border-bottom: none;
}

.ui-multiselect-menu label.ui-state-active, 
.ui-multiselect-menu label.ui-widget-content .ui-state-active, 
.ui-multiselect-menu label.ui-widget-header .ui-state-active {
    background: none;
    border: none;
    color: #666;
    font-weight: normal;
}

.tableSelectors .ui-multiselect-checkboxes label, #serialManage .ui-multiselect-checkboxes label {
    font-weight: normal;
}

.ui-multiselect-menu label.radio.prettyCheckbox span.holderWrap {display:none;}

.sliderTop select.styledSelect{
	width:184px;
}

select.styledSelect.unit {
width: 50px !important;
}
.ui-multiselect-menu input.hiddenCheckbox[type=checkbox]+span { 
	margin-left:-20px;
	line-height: 17px;
	font-size: 13px;	
}


/* From: fi.almamedia.city24.web.City24CssResourceReference/res/css/c24_light.css */
/*----- lighter background test -----*/	

/* COMMON */
html, body, ul, ol, li, form, fieldset, div, pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
body {
	color: #666666;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	min-width: 1230px;
}
.light .layout {
	width: 100%;
	height: 70%;
	min-height:760px;
	background: #ececec;
	padding-bottom: 12px;
	overflow: hidden;
}
li, dt, dd {
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
}
th {
	text-align: left;
}
th, td {
	margin: 0;
	padding: 0;
}
.section{
    margin: 30px 0;
}
.section:after{
    display: table;
    content: "";
    clear: both;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.floatL{
	float:left !important;	
}
.floatR{
	float:right !important;	
}
.text-center{
	text-align: center;
}
pre.property_description, pre.services_description, pre.project_property_description {
	font-size:1.2em;
	font-family: "Trebuchet MS",arial,sans-serif;
	overflow:hidden;
	white-space: pre-line;
}
iframe{
	border: none;
}
.btn{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
}
.btn-lg{
	padding: 15px 30px;
	font-size: 18px;
}
.btn.btn-primary{
	color: #fff;
	background: #FFAE00;
	background: linear-gradient(to bottom, #FFAE00 0%, #FF8800 100%);
}
.btn.btn-secondary{
	color: #333;
	background: #FFF;
	border: 2px solid #faa000;
}
.btn.btn-alt{
	color: #666;
	background: #dadada;
	border: 1px solid #cccccc;
}
.btn.btn-primary:hover{
	background: #FF8800;
}
.light a, .light .subContent p a {
	color: #666666;
	text-decoration: none;
}
.light a:hover, .light .subContent p a:hover {
	text-decoration: underline;
}
.light a.mosaic-overlay {
	text-decoration: none;
}
.light .sampleGallery a:hover, .light .tag a:hover, .light .placeAdvert .categories li a:hover, .light .country li a:hover {
	text-decoration: none;
}
.light .dialog h2, .light .promodialog h2, .light .resultsdialog h2, .light .mapdialog h2, .light .itemOverview h2, .light .container.mycity24 h2, .light .fancybox .dots h2 {
	float: left;
	padding-bottom: 8px;
	margin: 0;
}
.light .fancybox.searchSettings h2, .light .fancybox.favourites h2{
	padding: 0 0 10px 10px;
	font-size: 2em;
	font-weight:bold;
}
.itemImages h2 {
	margin: 0;
}
.fancybox h2, .dialog h2, .promodialog h2, .subdialog h2, .resultsdialog h2, .specialOffers .summary strong, .itemOverview h2, .mapdialog h2, .mycity24 .content h2, .subPage .content h2, table.packages tbody td strong, .searchNav h1 {
	font-size: 20px;
	font-weight: bold;
}
.light .objectBooked, .light .subPage h1, .light .country li.selected a, .light .country li a:hover, .light .inspirationSave a, .light .result .specialOffer, .light .result .withPriority, .light .result .auctionObject, .light .itemTitle .specialOffer, .light .itemTitle .withPriority {
	color: #FFFFFF;
}
.light .header, .light .container {
	margin: 0 auto;
	position: relative;
	width: 980px;
	z-index:1;
}
.light .header {
	clear: both;
	z-index:2;
}
.light .clear {
	clear: both;
}
.light .wizardNav a.alt, .light .resultPager a, .light .sequescebar .loggedInUser a, .light .menu li a, .light p a, .light p a:hover, .light .homerLabelLink, .light .settings.register .termsAndConditions a, .light .results a, .light .listingPrice a.summary strong, .light .specialOffers a.summary strong, .light .property_description a, .light .services_description a, .carousel-wrap .info h3 a, .promodialog h3 a, .promodialog .question a{
	color: #FF6C00;
}
.results.list .result .listCol.summary em, .results.list .result .listCol.summary .options, .results.list .result .listCol.summary .resultFooter, .results.list .result .listCol.company, a.rss, .resultPager, .itemOverview p, .itemData, .broker .moreOffers p, .dialog.calculator .loanCalculator table, .dialog dt, .subdialog dd, a.infoSmall, a.genericCollapse, .footer dd, .footerSub, .specialOffers .summary span, .shortcuts .logged a, .mycity24 .content p, .offers .legend, .publishing ul.data, .wizardNav a.alt, table.packages tbody th, table.packages tbody td span, table.packages tbody td em, .paymentOption ul, .removeDetails li span, .tip, .settings label, .settings .legend, .makeOfferForm label, .sendRequestForm label, .selectAreaForm label, .sortTable label, .realtyCount strong, .fbSample span.description, .fbSample em, .makeOfferForm .form li strong, .fancybox.register p, .subPage .container p, .searchNav a, .result .title strong, .itemTitle .specialOffer, .itemTitle .withPriority, .result table, .result p, .result dd li, .savedsearches .resultLinks li, .searchSettings .resultLinks li, .searchSettings .summary em, .searchSettings .summary .options, .searchSettings .link, .agencies .result h4, .agencyDetails .contact li, .sendRequestForm.fancybox p, .keywordTokens li, .savedfavourites .resultList.empty, .light .new.result .result_footer, .searchbox label, .light .property_description, .carousel-wrap p, .objects-wrap, .promodialog.commercial .wrapper, .light .itemTitle .label, .newsPage .newsContent ul li, .broker-results .searchFooter .label{
	font-size: 1.2em;
}
/* BUTTONS & LINKS */
.light .searchbox .searchButton, .light .navButton, .light .navButton2, .light .subdialog input.button, .light a.button, .light .searchSettings input.button, .light input.button, .light a.button, .wrapper_login .submit .button, .renew {
	color: #FFFFFF;
	border: 1px solid #d27b0b;
	float: left;
	background: #fbaa00;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius:3px;
	text-shadow: #FF7602 0px -1px 0px;
	background: #fbaa00;
	background: linear-gradient(to bottom, #ffffff 0%, #fbb41f 3%,#fb9906 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb41f', endColorstr='#fb9906');
}
.navButton.cancel {
	background: #e0e0e0;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 3%, #e0e0e0 100%) !important;
    border: 1px solid #bababa;
    color: #666666 !important;
    text-shadow: none;
	font-weight:normal !important;
}
.navButton.cancel:hover{
	background: #e5e5e5 !important;
    border: 1px solid #bababa;
}
.navButton.expanded{
	width: 100%;
	box-sizing: border-box;
}
.light .button, .light .subOption ul, .light .inspirationSave a {
	font-size: 13px;
	font-weight: bold;
	text-transform: none !important;
}
/* .light input.button, .light a.button {
	display: block;
	float: left;
	height: 18px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #FF7602;
	text-transform: uppercase;
}*/
.light a img {
	border: 0 none;
}
.sampleGallery a:hover, .tag a:hover, .placeAdvert .categories li a:hover, .country li a:hover {
	text-decoration: none;
}
.light .searchbox .searchButton {
	clear: both;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    width: 160px;
}
.light .navButton:first-child{
	margin:0;
}
.light .navButton {
	color: #FFFFFF;
	line-height:2.4;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
	padding: 0 30px;
    text-transform: none;
	margin-left:10px;
	cursor:pointer;
}
.light .navButton2 {
	float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin: 8px 10px 10px;
    padding: 8px 0;
    text-align: center;
    text-transform: none;
    width: 210px;
}
.light .navButton2:hover {
	color: #fff;
	text-decoration: none;
	background: #fb8106;
	background: -moz-linear-gradient(top, #fba112, #fb8106);
	background: -webkit-gradient(linear, left top, left bottom, from(#fba112), to(#fb8106));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba112', endColorstr='#fb8106');
}
.light .navButton2:active {
	background: -moz-linear-gradient(top, #fb8f10, #fb6b06);
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8f10), to(#fb6b06));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8f10', endColorstr='#fb6b06');
}
.searchbox .searchButton.disable,
.navButton.disable{ 
	border:1px solid #999999;
	float:left;
	background: #666666;
	text-shadow: #999999 0px -1px 0px;	
	background:#999999;
	background: -moz-linear-gradient(top,  #E4E4E4,  #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#999999));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#999999');
}
.searchbox .searchButton.disable:hover,
.businessCard .navButton.disable:hover {
	color:#fff;
	text-decoration:none;
	background:#999999;
} 
.light .searchbox .searchButton:hover, .light .navButton:hover {
	color: #fff;
	text-decoration: none;
	background: #fb8106;
	background: -moz-linear-gradient(top, #fba112, #fb8106);
	background: -webkit-gradient(linear, left top, left bottom, from(#fba112), to(#fb8106));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba112', endColorstr='#fb8106');
}
.light .businessCard .navButton {
	clear:both;
	margin:0px 0px 10px;
	text-align:center;
	height:auto !important;
}
input.button:active,
a.button:active {
	outline: none;	
}
input.button.disable,
a.button.disable {
	text-shadow: 0 -1px 0 #999999;
    border: 1px solid #999999;
	color:#fff;
	text-decoration:none;
	background:#999999;
	background: -moz-linear-gradient(top,  #E4E4E4,  #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#999999));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#999999');
}
input.button:hover.disable,
a.button:hover.disable {
	color:#fff;
	text-decoration:none;
	background:#999999;
	background: -moz-linear-gradient(top,  #E4E4E4,  #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#999999));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#999999');
}
.light .searchbox .searchButton:active, .light .navButton:active {
	background: -moz-linear-gradient(top, #fb8f10, #fb6b06);
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8f10), to(#fb6b06));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8f10', endColorstr='#fb6b06');
}
.light .moreNews a.button {
	border: 1px solid #D27B0B;
	clear: both;
	font-size: 1.4em !important;
	font-weight: bold;
	margin-left: 0;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	text-shadow: 0 -1px 0 #FF7602;
	width: 120px;
	text-transform: none;
}
.light a.button.reset {
	text-shadow: #747474 0px -1px 0px;
	background: #999;
	background: -moz-linear-gradient(top, #999999, #808080);
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#808080));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#808080');
	border-top: 1px solid #808080;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #808080;
}
.light a.button.reset:hover {
	color: #fff;
	background: #666;
	border: 1px solid transparent;
	filter: none;
	text-decoration: none;
	text-shadow: 0px none;
}
.light .subdialog input.button, .light a.button, .light input.button {
	/*background: -moz-linear-gradient(center top, #FBB41F, #FB9906) repeat scroll 0 0 transparent;*/
	background: linear-gradient(to bottom, #ffffff 1%, #fbb41f 2%,#fb9906 100%);
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb41f), color-stop(100%,#fb9906));*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb41f', endColorstr='#fb9906');
	border: 1px solid #E59116;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: #FFFFFF !important;
	cursor: pointer;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin:0 5px 0 0;
	padding: 2px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #FF7602;
	text-transform: none;
}
a.button.button-lg{
	padding: 15px 30px;
    font-size: 15px;
}
.light input.button:hover, .light a.button:hover {
	/*text-shadow: 0 -1px 0 #999999;*/
	color: #fff;
	text-decoration: none;
	background: #fb8106;
	background: -moz-linear-gradient(top, #fba112, #fb8106);
	background: -webkit-gradient(linear, left top, left bottom, from(#fba112), to(#fb8106));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba112', endColorstr='#fb8106');
}
.light input.button:active, .light a.button:active {
	background: -moz-linear-gradient(top, #fb8f10, #fb6b06);
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8f10), to(#fb6b06));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8f10', endColorstr='#fb6b06');
}
.light .ContactButton, .light .offerButton{
	background: #333333; /* Old browsers */
	background: linear-gradient(to bottom,  #d6d6d6 0%,#5b5b5b 3%,#1c1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
	border:1px solid #484848;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	float: right;
	font-size: 1.2em;
	margin-top: 8px;
	padding: 3px 17px;
}
.light .ContactButton:hover, .light .offerButton:hover{
	background: #333333;
	text-decoration:none;
}
.light .ContactButton:hover, .light .offerButton:hover{
	color:#FFF;
}
.light .offerButton {
	float: left;
	margin: 0;
	padding: 6px 29px;
	text-align: center;
	width: 153px;
}
/* BUTTONS END */
.light .subOption ul li {
	float: left;
	list-style: none outside none;
}
.light .subOption.searchTypes {
	clear: right;
	float: left;
	border-right:1px dashed #DADADA;
	padding: 4px 10px 10px 0;
	margin: 0 10px 0 0;
	width: auto;
}
.light .subOption.searchTypes ul li a {
	text-align: center;
}
.light .subOption.searchTypes a:hover, .light .subOption.searchTypes a {
	background-image: url('../cssResource/res/images/result_view_24x24.png');
	display: block;
	float: left;
	padding-left: 18px;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	line-height: 21px;
	margin-right: 5px;
	text-decoration: none;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-indent: -99999px;
}
.light .subOption.searchTypes .listViewLink a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.light .subOption.searchTypes .photosViewLink a {
	background-position: -24px 0px;
	background-repeat: no-repeat;
}
.light .subOption.searchTypes .mapViewLink a {
	background-position: -48px 0px;
	background-repeat: no-repeat;
}
.light .subOption.searchTypes .listViewLink a:hover, .light .subOption.searchTypes .listViewLink a.active {
	background-position: 0px -24px;
}
.light .subOption.searchTypes .photosViewLink a:hover, .light .subOption.searchTypes .photosViewLink a.active {
	background-position: -24px -24px;
}
.light .subOption.searchTypes .mapViewLink a:hover, .light .subOption.searchTypes .mapViewLink a.active {
	background-position: -48px -24px;
}
.nr_results{
	border-right: 1px dashed #DADADA;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 10px 11px 0;
	margin-right:10px;
}
.nr_results a{
    border-radius: 3px;
    color: #999999;
    padding: 5px;
	font-weight:normal;
}
.nr_results a.active, .nr_results a.active:hover{
	background: none repeat scroll 0 0 #FAA000;
    color: #FFFFFF;
}
.nr_results a:hover{
	background:#DADADA;
	color:#666666;
	text-decoration:none;
} 
.light a.arrowLeft {
	background: url("../cssResource/res/images/arrow_left_small.png") no-repeat scroll 0 2px;
	color: #999999;
	padding-left: 19px;
	text-transform: none;
}
.light a.arrowLeft.alt{
	background: url("../cssResource/res/images/arrow_left_small_nega.png") no-repeat scroll 0 2px;
}
.results.list .summary a:hover, a.arrowLeft:hover, a.arrowBack:hover, .save a:hover {
	color: #ff6c00;
	text-decoration: none;
}
.light .hotOffers {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 1000;
}
/* STYLED DROPDOWNS */
select{
	-webkit-appearance: none;
}
select.styled {
	color: #7C7C7C;
	height: 27px;
	line-height: 1.7em;
	width: 180px;
	cursor:pointer;
}
.sortOptions select.styled,
.light .mycity24 .sortTable select.styled{
	width:130px;
	z-index:1;
}
select option{
	font-size:13px;
	padding:3px 5px;
}
select.styled:hover + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 -27px transparent;
} 
select.styled:active + .customStyleSelectBox, 
select.styled:focus + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 -54px transparent;
}
.light .customStyleSelectBox {
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 0 transparent;
	height: 27px;
	width: 180px;
	color: #7C7C7C;
	font-size: 13px;
	line-height: 27px;
}
.light .basic_options .styledBig, .basic_options .selectPurpose .styled {
	left: 0;
}
.light .basic_options .styledBig, .basic_options .selectOptionalCurrency .styledMini, .basic_options .styledShort {
	left: 0;
	cursor:pointer;
}
.light select.styledBig {
	color: #7C7C7C;
	font-size: 1.2em;
	width: 226px;
}
.styledShort{
    width:80px;
}
.light .basic_options .customStyleSelectBox {
	font-size: 1.5em;
	line-height: 1.7em;
}
.light .basic_options .customStyleSelectBox {
	background: url("../cssResource/res/images/select_big.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	float: right;
	height: 42px;
	overflow: hidden;
	width: 227px;
}
.light .styledBig:hover + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_big.png") no-repeat scroll 0 -42px transparent;
}
.light .styledBig:focus + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_big.png") no-repeat scroll 0 -84px transparent;
}
.light .styledMedium + .customStyleSelectBox {
	width:80px;
	height:27px;
	background: url("../cssResource/res/images/select_medium.png") no-repeat center top transparent;
}
.light .resultsdialog .customStyleSelectBox, 
.light .ScrollMenu .customStyleSelectBox,
.light .mycity24 .sortTable .customStyleSelectBox  {
	background: url("../cssResource/res/images/select_medium2.png") no-repeat scroll 0 0 transparent;
	width: 130px;
	margin-right:5px;
}
.light .resultsdialog select.styled:hover + .customStyleSelectBox,
.light .mycity24 .sortTable select.styled:hover + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_medium2.png") no-repeat scroll 0 -27px transparent;
}
.light .resultsdialog select.styled:focus + .customStyleSelectBox,
.light .mycity24 .sortTable select.styled:focus + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_medium2.png") no-repeat scroll 0 -54px transparent;
	outline:0;
}
.light .sortOptions .miniDropdown .customStyleSelectBox, 
.light .selectOptionalCurrency .customStyleSelectBox, 
.light .styledShort + .customStyleSelectBox {
	width:80px;
	height:27px;
	line-height: 2.2;
	background: url("../cssResource/res/images/select_short.png") no-repeat center top transparent;
}
.light select.styledShort:hover + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_short.png") no-repeat scroll 0 -27px transparent;
}
.light select.styledShort:focus + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_short.png") no-repeat scroll 0 -54px transparent;
	outline:0;
}
.light .selectOptionalArea .customStyleSelectBox {
	background: url("../cssResource/res/images/select_mini.png") no-repeat scroll 0 0;
	height: 27px;
	width: 50px;
	line-height: 27px;
}
.light select.styledMini + .customStyleSelectBox { 
	background: url("../cssResource/res/images/select_mini.png") no-repeat scroll 0 0;
	color: #7C7C7C;
	font-size: 13px;
	height: 27px;
	width: 50px;
	cursor:pointer;
}
.light .styledMini:hover + .customStyleSelectBox,
.light .sortOptions .miniDropdown select.styled:hover + .customStyleSelectBox, 
.light .selectOptionalCurrency select.styled:hover + .customStyleSelectBox, 
.light .selectOptionalArea select.styled:hover + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_mini.png") no-repeat scroll 0 -27px transparent;
}
.light .styledMini:focus + .customStyleSelectBox,
.light .sortOptions .miniDropdown select.styled:focus + .customStyleSelectBox, 
.light .selectOptionalCurrency select.styled:focus + .customStyleSelectBox, 
.light .selectOptionalArea select.styled:focus + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_mini.png") no-repeat scroll 0 -54px transparent;
	outline:0;
}
.light .basic_options .selectPurpose .customStyleSelectBox {
	font-size: 1.2em;
	height: 27px;
	line-height: 27px;
}
.light .basic_options .selectPurpose .customStyleSelectBox {
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 0;
	border: medium none;
	float: left;
	height: 27px;
	overflow: hidden;
	width: 180px;
}
.light .basic_options .selectPurpose select.styled:hover + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 -27px;
}
.light .basic_options .selectPurpose select.styled:focus + .customStyleSelectBox{
	background: url("../cssResource/res/images/select_extended.png") no-repeat scroll 0 -54px;
}
.light .basic_options .selectOptionalCurrency .customStyleSelectBox {
	font-size: 1.2em;
}
/* FANCYBOX */
.light .fancybox h1 {
	font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    position: relative;
	box-sizing: border-box;
    z-index: 0;
	float:left;
}
.light .fancybox p {
	font-size:13px;
	margin:0px 0px 10px;
}
.light .fancybox .viewAll{
	margin-right:15px;
}
.light .fancybox-skin{
	bottom: 20px;
}
.fancybox .pageConfirm {
	border-top: 1px dashed #dadada;
    float: right;
    padding: 15px 0 5px 150px;
	margin-top: 10px;
	box-sizing: border-box;
    width: 100%;
}

/* Place ad learn more modals */
.fancybox.place-ad-learn p, .fancybox.place-ad-learn table {
    font-size: 14px;
}
.fancybox.place-ad-learn .wrapper img, .fancybox.place-ad-learn .wrapper .desc {
    float: left;
}
.fancybox.place-ad-learn .wrapper iframe {
    height: 400px;
    width: 550px;
}
.fancybox.place-ad-learn .place-ad-learn__pricelist img {
    float: none;
}
.fancybox.place-ad-learn .wrapper .desc {
    border-right: 1px dashed #dadada;
    margin-left: 20px;
    max-width: 275px;
    padding-bottom: 50px;
    padding-right: 20px;
}
.fancybox.place-ad-learn.priority-select .wrapper .desc {
    border-right: medium none;
    max-width: 600px;
}
.fancybox.place-ad-learn.internal_IB .wrapper .desc, .fancybox.place-ad-learn.external_IB .wrapper .desc {
    border-right: medium none;
    max-width: 300px;
}
.fancybox.place-ad-learn h2 {
    color: #ff8f00;
    line-height: 1.3;
    margin-top: 0;
}
.fancybox.place-ad-learn h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
    margin-top: 20px;
}
.fancybox.place-ad-learn table {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.fancybox.place-ad-learn table td:not(:first-child), .fancybox.place-ad-learn table th:not(:first-child) {
    font-weight: bold;
    text-align: center;
}
.fancybox.place-ad-learn table td, .fancybox.place-ad-learn table th {
    border-bottom: 1px solid #dadada;
    padding: 10px 12px;
}
.fancybox.place-ad-learn .section > td {
    background: #ededed none repeat scroll 0 0;
    font-weight: bold;
    padding: 5px 9px;
}
.fancybox.place-ad-learn table th, .fancybox.place-ad-learn table th {
    background: #fffae4 none repeat scroll 0 0;
}
.fancybox.place-ad-learn .navButton {
    bottom: 3px;
    left: 3px;
    position: absolute;
    width: 65px;
}

.pricelist-contact img{
	float: left;
	margin-right: 20px;
}

.pricelist-contact div {
	width: 87%;
	height: auto;
	float: left;
}

/* --- Start contact modal ---*/
.contact_modal, .sendToFriendForm{
	width:735px;
	height:auto;
	font-size:13px;
	}
.contact_modal .businessCard{
	width:300px;
	height:auto;
	display:inline-block;
	float:right;
	margin-bottom: 10px;
}
.contact_modal .sendmessageForm{
	width:410px;
	height:auto;
	float:left;
}
.contact_modal .sendmessageForm th{
	width:150px;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
}
.contact_modal .sendmessageForm tr{
	padding:2px 0 5px 0;
	float:left;
	display:block;
}			
.contact_modal .sendmessageForm textarea{	
	width: 200px;
	max-width:200px;
	height:120px;
	max-width: 200px;
	margin-right:5px;
	padding:5px;
	float: left;
	clear: both;
	display: block;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
}
.sendmessageForm .legend {
	font-size:1em;
	float:right;
	clear:both;
	display:block;
	margin-bottom:10px;
	margin-right:10px;
}
.contact_modal .sendmessageForm input.textfield,
.makeOfferForm .textfield,
.register .textfield,
.sendToFriendForm .textfield,
.reportAd .textfield {
	float: left;
    margin-right: 5px;
    width: 200px;
}
.contact_modal .sendmessageForm span.required{
	clear:both;
	padding:0px;
	float:left;
	margin: 5px 0 15px 0;
}
.charCounter span{
	color: #999;
    float: left;
    margin-top: 3px;
}
.sendToFriendForm ul .charCounter span{
	margin-left:150px;
}
.contact_modal th label {
	margin: 3px 10px 3px 0;
	display: inline-block;
}
.sendmessageForm em{
	float:left;
	color: #999;
}
.sendmessageForm label {
	margin-right:5px;
}	
.sendmessageForm table {
	float:left;
	clear:both;
}
.contact_modal .wrapper{
	border-right: 1px dashed #dadada;
    margin-bottom: 10px;
    padding-right: 25px;
}
.contact_modal .contact_information h2, .makeOfferForm h2, .sendToFriendForm h2{
	border-bottom: 1px dashed #DADADA;
	padding: 10px 0 7px 150px;
}
.contact_modal .pageConfirm,
.makeOfferForm .pageConfirm,
.sendToFriendForm .pageConfirm {
	border-top: 1px dashed #dadada;
    float: right;
    padding: 15px 0 5px 150px;
	margin-top: 10px;
	box-sizing: border-box;
    width: 100%;
}
.contact_modal .pageConfirm.confirmButtons p,
.makeOfferForm .pageConfirm.confirmButtons p,
.sendToFriendForm .pageConfirm.confirmButtons p{
	display: inline;
    left: 10px;
    position: relative;
}
.contact_modal .businessCard .portrait_box {
	margin-right: 20px;
	padding: 0px;
	float: left;
	height: 95px;
	width: auto;
}
/*--End contact modal--*/

/* Start report ad modal */
.fancybox.reportAd .reasons-list{
	width: 250px;
}
.fancybox.reportAd .reasons-list li{
	float: none;
	clear:left;
}
.fancybox.reportAd{
	font-size: 13px;
}
/* End report ad modal */

.light .fancybox h1.header {
	border-bottom:1px dashed #DADADA;
	margin:5px 0 15px 0;
	color: #666666;
	filter: none;
	max-width:720px;
}
/* TOP MENU */

.light .topMenu {
	background: url("../cssResource/res/images/bg_fff_top_narrow.png") repeat-x scroll left top #FAAA00;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	float: left;
	margin-bottom: 25px;
	padding-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 999;
}
.light .topMenu .wrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.light .country, .light .country ul, .light .country li {
	float: left;
	height: 100%;
	margin-right: 1px;
	position: relative;
}
.light .country li {
	margin-bottom: -8px;
	padding-bottom: 8px;
}
.light .country li.selected a, .light .country li a:hover {
	background: #ffb418;
	background: -moz-linear-gradient(top, #ffb418, #ffad0f);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb418), to(#ffad0f));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb418', endColorstr='#ffad0f');
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.light .country, .light .country ul, .light .country li {
	float: left;
	height: 100%;
	margin-right: 1px;
	position: relative;
}
.light .country li .dart {
	bottom: 0;
	display: none;
	height: 5px;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	width: 7px;
}
.light .country li:hover .dart {
	background: url('../cssResource/res/images/dart_country_latvia.png') 0px 0px no-repeat;
	display: block;
}
.light .country li.selected .dart {
	background-image: url("../cssResource/res/images/dart_country_latvia.png");
	display: block;
}
.light .shortcuts dt {
	float: left;
}
.light .shortcuts dt a, .light .shortcuts dt .myCity24_nav, .light .shortcuts dt .login_nav, .light .shortcuts dt .language_nav {
	background: linear-gradient(to bottom, #FFFFFF ,#DEDEDE);
	background-color: #DEDEDE;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE');
	border-color: #BABABA;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.light .shortcuts dt a:hover, .light .shortcuts dt .myCity24_nav:hover, .light .shortcuts dt .login_nav:hover, .light .shortcuts dt .language_nav:hover {
	background: linear-gradient(to bottom, #FFFFFF ,#EEEEEE);
	background-color: #EEEEEE;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
}
.light .shortcuts .mycity24 dt .myCity24_nav {
	background: linear-gradient(to bottom, #EF8020 ,#DE2E20);
	background-color: #DE2E20;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF8020', endColorstr='#DE2E20');
    border-color: #CF1B1B;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #FFFFFF;
	}
.light .shortcuts .mycity24 dt .myCity24_nav, .light .shortcuts .login dt .login_nav, .light .shortcuts .language dt .language_nav{
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.light .shortcuts dl dt span.opened{
	height:30px;
	background:#FFFFFF;
	border-radius:0;
}
.light .shortcuts .mycity24 dt .myCity24_nav:hover{
	background: linear-gradient(to bottom, #FF9434 ,#E03D2F);
	background-color: #E03D2F;
}
.light .country ul a, .light .shortcuts dt .myCity24_nav, .light .shortcuts dt .login_nav, .light .shortcuts dt .language_nav{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 13px;
	text-transform: none;
}
.light .shortcuts dt a span {
	background: url("../cssResource/res/images/arrow_down_sprites.png") no-repeat scroll 100% 7px;
	display: block;
	padding-right: 14px;
}
.light .shortcuts .language dd, .light .shortcuts .mycity24 dd, .light .shortcuts .login dd {
	border-top-right-radius: 0;
	left: auto;
	right: 0;
}
.light .shortcuts .flagSub {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 3px;
}
.light .shortcuts .flag{
    float: left;
    height: 15px;
	margin: 2px 5px 0 0;
    width: 15px;
	padding-right: 0;
}

.light .shortcuts dt .flag{margin-top:4px;}

.light .shortcuts .eng{background: url("../cssResource/res/images/flags_15x15.png") no-repeat scroll 0 0;}
.light .shortcuts .est{background: url("../cssResource/res/images/flags_15x15.png") no-repeat scroll -15px 0;}
.light .shortcuts .fin{background: url("../cssResource/res/images/flags_15x15.png") no-repeat scroll -30px 0;}
.light .shortcuts .lit{background: url("../cssResource/res/images/flags_15x15.png") no-repeat scroll 0 -15px;}
.light .shortcuts .lav{background: url("../cssResource/res/images/flags_15x15.png") no-repeat scroll -15px -15px;}
.light .shortcuts .rus{background: url("../cssResource/res/images/flags_15x15.png") no-repeat scroll -30px -15px;}

.light .shortcuts dd {
	background: #FFFFFF;
	filter: #F9F9F9;
	border:1px solid #dadada;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	clear: both;
	color: #666666;
	display: none;
	left: 0;
	position: absolute;
	top: 30px;
	z-index: 101;
	width: 190px;
}
.light .shortcuts .wrapper {
	float: left;
	margin: 0;
	width: auto;
}
.light .shortcuts h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 5px;
	float:left;
	pointer-events:none;
}
.light .shortcuts {
	float: right;
	height: 22px;
	position: relative;
	vertical-align: bottom;
	z-index: 200;
	font-size:13px;
}
.light .shortcuts .menuLinks a, .light .shortcuts .logged a {
    color: #666666;
    padding: 6px 12px;
}
.light .shortcuts .menuLinks li:last-child{
	border:none;
}
.light .shortcuts .mycity24 form, .light .shortcuts .mycity24 .credentials {
	border-bottom: 1px solid #999999;
	display: block;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.shortcuts .services li a,
.shortcuts .mycity24 .credentials li a,
.shortcuts .menuLinks li a {
	display:block;
	background:none;
	padding-left:10px;
	line-height:1.4em;
}
.shortcuts .services li a:hover,
.shortcuts .mycity24 .credentials li a:hover,
.shortcuts .menuLinks li a:hover  {
	background-position: 0px -90px;
	background:#F9F9F9;
	text-decoration:none;
	color:#FC6A00;
}
.light .shortcuts .menuLinks {
	float:left;
	width:190px;
	clear:both;
	border-top:none;
	margin:0;
}
.light .shortcuts li{
	border-bottom: 1px dashed #DADADA;
	clear: both;
	float: left;
	margin-bottom: 0 !important;
	width: 100%;
}
.light .altLogin ul li{
	width:70px;
	border:none;
	clear: none;
	margin-left: 10px;
	padding-bottom:10px;
	float:left;
}
.light .shortcuts .textfield{
	width: 150px;
}
.light .subdialog ul, dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.light .shortcuts ul {
	text-transform:none;
}
.light .shortcuts dl {
	position: relative;
	float: left;
	margin-left: 5px;
	z-index: 101;
}
.light .shortcuts dl:hover dd {
	display: none;
}
.light .shortcuts .notifications, .light.mycity24 .menu .notifications{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 90px;
    color: #BF5600;
    font-size: 11px;
    font-weight: bold;
    height: 10px;
    margin-left: 4px;
    padding: 0 6px;
	display:inline;
}
.light .shortcuts .myCity24_nav .notifications{
	vertical-align:top;
}
.light .shortcuts .notifications.count, .light.mycity24 .menu .notifications.count{
	background:#BABABA;
	color:#FFF;
	padding:0 5px;
}
.light .shortcuts .notifications.new, .light .results.list .notifications.new, .light.mycity24 .menu .notifications.new{
	background: none repeat scroll 0 0 #FAA000;
    color: #FFFFFF;
    margin-left: 5px;
}
.light .results.list .notifications.new{
	border-radius: 50px;
    font-size: 11px;
    margin-left: 10px;
    padding: 0 5px;
    position: relative;
    top: -2px;
}
.light .shortcuts dl .arrowDown, .light .shortcuts dl .arrowDownWhite{
	display: inline-block;
    height: 8px;
    margin-left: 5px;
    width: 7px;
}
.light .shortcuts dl .arrowDown{
	background: url("../cssResource/res/images/arrow_down.png") no-repeat scroll 0 0;
}
.light .shortcuts dl .arrowDownWhite{
	background: url("../cssResource/res/images/arrow_down_white.png") no-repeat scroll 0 0;
}
.light .shortcuts dl, .light .shortcuts ul {
	font-size: 1em;
}
.light .shortcuts .submit {
	clear: both;
	float: left;
	width: 100%;
}
.light .some {
	float: right;
	margin-right: 5px;
}
.light .some label, .light .some ul {
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
}
.light .some label, .some ul, .some li, .some a {
	display: block;
	float: left;
}
.light .some li {
	padding-top: 2px;
}
.light .some a {
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.light .some .unknown a {
	background-image: url("../cssResource/res/images/icon_some_unknown.png");
}
.light .some .facebook a {
	background-image: url("../cssResource/res/images/icon_some_facebook.png");
}
.light .some .twitter a {
	background-image: url("../cssResource/res/images/icon_some_twitter.png");
}
.light .some label, .some li {
	margin-right: 5px;
}
.light .some a span {
	display: none;
}
.light .main_navigation {
	float: left;
	height: 47px;
	padding-top: 15px;
	width: 120%;
}
.light .main_navigation .logo {
	float: left;
    position: relative;
	height: 39px;
	margin: 0 30px 10px 0;
}
.light .main_navigation .logo a span {
	display: none;
}
.main_navigation .logo img.birthday{
    height: 45px;
    position: absolute;
    right: -30px;
    top: -2px;
}
.light .main_navigation .logo.logo_latvia {
	background: url("../cssResource/res/images/city24_logo_lv.png") repeat scroll 0 0;
	width: 165px;
}
.main_navigation .logo.logo_estonia  {
	background: url("../cssResource/res/images/city24_logo_ee.png") repeat scroll 0 0;
	width: 184px;
}
.main_navigation .logo.logo_lithuania {
	background:url("../cssResource/res//images/city24_logo_lt.png") repeat scroll 0 0;
	width: 158px;
}
.light .main_navigation .logo h6, .light .main_navigation .logo a {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.light .main_links dl {
	float: left;
	margin-left: 5px;
	z-index: 101;
}
.light .main_links dl dt a {
	border-left: 1px solid rgba(0, 0, 0, 0);
}
.light .main_links dl:hover dt a {
	color: #ff6c00;
	text-decoration: none;
	background: #FFF;
	border-left: solid 1px #dadada;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	filter: none;
	box-shadow:0 -3px 3px rgba(0, 0, 0, 0.2);
}
.light .main_links dl.alt dt a {
	border: 0 none;
}
.light .main_links dl.alt:hover dt a {
	text-decoration: underline;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.light .main_links dl:hover dd {
	display: block;
}
.light .main_links dl.alt:hover dd {
	display: none;
}
.light .main_links dt a span {
	background: url("../cssResource/res/images/arrow_down_sprites_main.png") no-repeat scroll 100% 7px;
	display: block;
	padding-right: 14px;
}
.light .main_links dl:hover dt a span {
  display:block;
	padding-right:14px;
	background:url('../cssResource/res/images/arrow_down_sprites_main.png') 100% -27px no-repeat;
}
.light .main_links a {
	color: #FFFFFF;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	padding: 12px 10px 17px;
}
.light .main_dropdown dd {
	background: #FFFFFF;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	clear: both;
	color: #FFFFFF;
	display: none;
	float: left;
	min-width: 150px;
	padding: 5px 15px 10px 10px;
	position: absolute;
	top: 85px;
	z-index: -1;
}
.light .main_dropdown dd ul li {
	clear: both;
	display: block;
	float: left;
	padding: 5px 0 0 5px;
}
.light .main_dropdown dd ul li a {
	display: block;
	padding: 0;
}
.light .main_links dd a span {
	background: url("../cssResource/res/images/arrow_down_sprites_main_sub.png") no-repeat scroll left 7px;
	display: block;
	padding-left: 14px;
}
.light .main_links ul a {
	color: #FF6C00;
	font-size: 1.2em;
}
/* TOP MENU END */
/* FOOTER */
.light .appPromo{
	margin-bottom: 16px;
    margin-top: 80px;
    padding-bottom: 12px;
    position: relative;
}
.light .appPromo .promoBG{
	height:400px;
	width:100%;
	position:absolute;
	bottom:0;
}
.light .appPromo .promoBG.ee{background:url("../cssResource/res/images/footer_tallinn_BG.jpg") center 0;}
.light .appPromo .promoBG.lv{background:url("../cssResource/res/images/footer_lv_BG.jpg") center 0;}
.light .appPromo .promoWrap{
	margin: auto;
    width: 950px;
}
.light .appPromo .promoWrap .appIcon{
	height: 50px;
	float:left;
	margin-right: 10px;
}
.light .appPromo .promoWrap h2{
	color: #999;
    float: left;
    font-size: 16px;
    font-weight: normal;
}
.light .appPromo .promoWrap h2 strong{
	color:#666;
}
.light .appPromo .promoWrap .phone {
    bottom: -18px;
    position: relative;
}
.light .appPromo .promoWrap .dl_btn{
	display: block;
	height: 45px;
	width: 130px;
	margin-left: 10px;
	float:right;
}
.light .appPromo .promoWrap .dl_btn.ios{background: url("../cssResource/res/images/app_dl_btns.png") 0 0;}
.light .appPromo .promoWrap .dl_btn.google{background: url("../cssResource/res/images/app_dl_btns.png") 0 -45px;}
.light .appPromo .promoWrap > div{
	bottom: 0;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 175px;
    position: absolute;
    width: 735px;
}
.light .footer {
	background: none repeat scroll 0 0 #4A4A4A;
	clear: both;
	float: left;
	padding: 15px 0;
	position: relative;
	width: 100%;
}
.light .footer .wrapper {
	margin: 0 auto;
	width: 980px;
}
.light .footer ul {
	background: url("../cssResource/res/images/vdivider_footer.gif") no-repeat scroll left top;
	clear: both;
	float: left;
	list-style-type: none;
	width: 100%;
}
.light .footer li {
	float: left;
}
.light .footer dl {
	background: url("../cssResource/res/images/vdivider_footer.gif") no-repeat scroll right top;
	float: left;
	min-height: 120px;
	padding: 0 15px 15px;
	width: 166px;
}
.light .footer dt {
	display: block;
	margin: 0;
	padding: 0 0 8px;
}
.light .footer dt strong {
	font-size: 1.4em;
	font-weight: bold;
}
.light .footer, .light .footer a {
	color: #9B9B9B;
}
.light .hr {
	background: none repeat scroll 0 0 #797979;
	clear: both;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.light .hr hr {
	display: none;
}
.light .footerSub {
	clear: both;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	width: 950px;
	text-align:center;
}
/* FOOTER END */
/* ADVERTISING START */

.light .advertising.top {
	clear:both;
	width:980px;
	/*height: 115px;*/
	margin:0px auto 14px;
	position:relative;
	min-height: 115px;
	height: auto;
}
.light .advertising.top.loginAdv {
	min-height: auto;
}
.advertising.top > div > div{
	margin:auto !important;
}
.light .advertising.top .ad {
	border:2px solid #fff;
}

.light .advertising.middle {
	margin-bottom:20px;
	clear:both;
	width:700px;
}
.light .advertising.middle li {
	float:left;
	margin:0px 10px;
	width:225px;
}
.light .advertising.middle li a {
	float:left;
	width:225px;
}
.light .advertising.top a,
.light .advertising.top a img,
.light .advertising.middle a,
.light .advertising.middle a img {
	display:block;
	margin:0px auto;
}
.light .advertising.colRight, .light .colRight .advertising,
.scrolling.floatAd {
	float:right;
}
.light .advertising.colRight li, .light .colRight  .advertising li, .light .floatR li, .light .colLeft li {
	margin-top: 5px;
}
.light .advertising.bigbanner {
	float: left;
    margin-top: 30px;
    margin-bottom: 5px;
}
.advertising.w735 {
    float: left;
    margin: 0px 0px 10px 0px;
}
.light .advertising.ticker {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	z-index:100;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
	background:#fff url("../cssResource/res/images/bg_fade_fff_top_narrow2.gif") left top repeat-x;
	border-top:1px solid #999;
	
}
.light .advertising.ticker > .wrapper {
	width: auto;
	margin: 0 auto;
	height:35px;
	text-align:center;
}
.light .mapContainer .advertising {
	position:absolute;
	right:10px;
	bottom:30px;
/* 	box-shadow: 0px 0px 10px #999;
	padding:5px;
	background:#fff;
	border:1px solid #ccc; */
	width:130px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.light .mapContainer .advertising a {
	width:100%;
	height:100%;
	display:block;
}
.light .mapContainer .advertising strong {
	float:none;
}
.light .mapContainer .advertising img {
	display:block;
	cursor:pointer;
	margin:0 auto;
}
.light .mapContainer .advertising span {
	cursor:pointer;
	display:block;
	position:absolute;
	color:#b52d1e;
	right:100%;
	top:-10px;
	margin-right:-20px;
	background: #fff;
	border:1px solid #041b5f;
	box-shadow: 0 1px 2px #666;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px; 
	padding: 0 7px;
	background:#eee;
	background: -moz-linear-gradient(top,  #ffffff,  #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
}
.light .mapContainer .advertising a:hover span {
	box-shadow: 0 1px 8px #333;
	background:#fafafa;
	filter:none;
}
.floatAd.fixed{
	position:fixed;
	top:31px;	
}
.floatAd.fixedMainPage{
	position:fixed;
	top:1px;	
}
.fixedBottom {
	position:absolute;
	bottom:10px;
}
.overlayAd{
	position:fixed;
	right:0;
	bottom:0;
	margin:0 0 -5px;
	z-index:9999999999;
	display:none;
}
.overlayAd .overlayClose{
	margin-top: -30px;
    position: absolute;
    right: 0;
	cursor:pointer;
	background: url("../cssResource/res/images/fancy_close.png") no-repeat;
	height: 30px;
	width: 30px;
}
/* ADVERTISING END */

.light .realtyCount {
	clear: left;
    position: relative;
    text-align: center;
}
.realtyCount > div {
    border-collapse: separate;
    border-spacing: 11px 0;
    display: inline-block;
    left: 0;
    margin-bottom: 16px;
    right: 0;
}
.light .realtyCount a {
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    display: table-cell;
    padding: 8px 0;
    position: relative;
    vertical-align: middle;
    z-index: 1;
	line-height: 1.4em;
}
.realtyCount a.count_hotdeal {
    background: #ff405e none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.realtyCount a.count_hotdeal em{
	color: #fff;
}
.light .realtyCount a:hover{
	text-decoration:none;
}
.light .realtyCount .count_apartments .wrapper {
	background-position: 0 -49px;
}
.light .realtyCount strong, .realtyCount span {
	display: block;
}
.light .realtyCount em {
	clear: both;
	color: #666666;
	font-weight: bold;
}
.realtyCount .count .ev100{
	background: -moz-linear-gradient(top, #0675ca 0%, #0675ca 34%, #000000 34%, #000000 69%, #ffffff 69%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0675ca 0%,#0675ca 34%,#000000 34%,#000000 69%,#ffffff 69%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0675ca 0%,#0675ca 34%,#000000 34%,#000000 69%,#ffffff 69%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0675ca', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.light .realtyCount .wrapper {
    background-image: url("../cssResource/res/images/icons_category_sprites.png");
    background-repeat: no-repeat;
    display: table-cell;
    max-width: auto;
    padding-left: 35px;
    text-align: left;
}
.light .realtyCount .count_monthhotdeal .wrapper {
	padding-left: 35px;
	background-image: url('../cssResource/res/images/icon_monthDeal_sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -62px;
}
.light .realtyCount .count_monthhotdeal:hover .wrapper {
	background-position: 0px -12px;
}
.light .realtyCount .count_houses .wrapper {
	background-position: 0px 2px;
}
.light .realtyCount .count_apartments .wrapper {
	background-position: 0px -49px;
}
.light .realtyCount .count_commercial .wrapper {
	background-position: 0px -201px;
}
.light .realtyCount .count_landLots .wrapper {
	background-position: 0px -249px;
}
.light .realtyCount .count_newDevelopments .wrapper {
	background-position: 0px -99px;
}
.light .realtyCount .count_abroad .wrapper {
	background-position: 0px -349px;
}

.light .realtyCount .count_specialOffer .wrapper {
	background-position: 0px -301px;
}

.light .realtyCount .count_hotdeal{
	transform: rotate(0deg) scale(1);
	transition: transform 0.2s;
}
.light .realtyCount .count_hotdeal .wrapper {
	background-position: 0px -899px;
}
.light .realtyCount .count_houseshare .wrapper {
	background-position: 0px -850px;
}
.light .realtyCount .count_houses:hover .wrapper {
	background-position: 0px -398px;
}
.light .realtyCount .count_apartments:hover .wrapper {
	background-position: 0px -449px;
}
.light .realtyCount .count_commercial:hover .wrapper {
	background-position: 0px -601px;
}
.light .realtyCount .count_landLots:hover .wrapper {
	background-position: 0px -649px;
}
.light .realtyCount .count_newDevelopments:hover .wrapper {
	background-position: 0px -499px;
}
.light .realtyCount .count_abroad:hover .wrapper {
	background-position: 0px -749px;
}
.light .realtyCount .count_hotdeal:hover{
	transform: rotate(7deg) scale(1.2);
	transition: transform 0.2s;
}
.light .realtyCount .count_specialOffer:hover .wrapper {
	background-position: 0px -701px;
}
.light .realtyCount .count_hotdeal:hover .wrapper {
	background-position: 0px -948px;
}
.light .realtyCount .count_houseshare:hover .wrapper {
	background-position: 0px -800px;
}
.light .realtyCount .count_ev100 .wrapper {
	background-position: 0px -998px;
}
.light .realtyCount .count_ev100:hover .wrapper {
	background-position: 0px -1043px;
}
.light .realtyCount .count_level_boost .wrapper {
	background-position: 0px -1090px;
}
.light .realtyCount .count_level_boost:hover .wrapper {
	background-position: 0px -1132px;
}
.light .realtyCount .dart {
	background: url("../cssResource/res/images/dart_itemcount_sprites.png") no-repeat scroll 0 -8px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 100%;
	width: 13px;
	z-index: 2;
}
.sendRequest .sendRequestForm {
	background: #F9F9F9;
	padding: 10px;
	margin: auto;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.light .generalInformation input {
    width: 70px;
}
.light .titleWrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	clear: left;
	float: left;
	padding: 0 0 5px;
	position: relative;
	width: 735px;
	z-index: 0;
}
.light .itemTitle {
	display: inline-block;
	float: left;
	width: 705px;
	border-bottom: 0 dashed #A8A8A8;
	margin: 0;
	padding: 10px 15px 0;
}
.light .open-house-block-wrap{
	padding: 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.light img.specialOffer, 
.light .myobjects .specialOffer {
	left: -2px;
	position: absolute;
	top: -2px;
	pointer-events: none;
	z-index: 1;
}
.light img.mobileSpecialOffer{
	left: 10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.light .result-ad-level {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    font-size: 13px;
    color: #fff;
}
.light .result-ad-level .cf{
	color: #faa000;
	font-size: 15px;
	margin-right: 2px;
}
.light .specialOffers_narrow .sampleGallery_narrow {
	float: left;
}
.light .sampleGallery_narrow {
	color: #FFFFFF;
	float: left;
	margin: 0 0 0 -6px;
	position: relative;
	width: 100%;
}
.light .sampleGallery_narrow ul li.alt {
	margin: 0 8px 13px 6px;
	border-radius: 0;
	width:226px;
}
.light .sampleGallery_narrow ul {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 730px;
}
.light .sampleGallery_narrow ul li {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	float: left;
	margin: 0 5px 10px 6px;
	width: 168px;
}
.light .sampleGallery_narrow ul li:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.light .sampleGallery_narrow ul.alt_new li {
	border-radius: 0;
}
.light .specialOffers_narrow .alt .summary {
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 8px;
	width: 210px;
}
.light .specialOffers_narrow .summary {
	background: #FFFFFF;
	border-top: 0 none;
	clear: both;
	display: block;
	height: 80px;
	padding: 8px;
	text-decoration: none;
	width: 152px;
}
.light .newProjects_narrow .summary span.location, .light .specialOffers_narrow .summary span.location {
	clear: both;
	color: #FF6C00;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}
.light .newProjects_narrow .summary span.location_alt, .light .specialOffers_narrow .summary span.location_alt {
	clear: both;
	display: block;
	font-size: 1.1em;
	overflow: hidden;
}
.light .specialOffers_narrow .summary span.offer {
	clear: both;
	display: block;
	font-size: 18px;
	margin-top: 2px;
	padding-top: 2px;
}
.light .newProjects_narrow .summary span.offer {
	clear: both;
	display: block;
	font-size: 1.6em;
}
.light .newProjects_narrow .summary span.info, .light .specialOffers_narrow .summary span.info {
	clear: both;
	color: #A0A0A0;
	display: block;
	font-size: 1.1em;
	margin-top: 4px;
}
.light .specialOffers_narrow li .thumb a{
	display: block;
	overflow: hidden;
	height:100px;
}
.light .specialOffers_narrow li.alt .thumb a{
    height: 147px;
}
/*.light .specialOffers_narrow li img {
	max-width: 168px;
}*/
.light .specialOffers_narrow li.alt img {
	max-width: 226px;
}
.newProjects_narrow .realtor_logo{
	border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin: 8px auto 0;
    width: 150px;
}
.light .newProjects_narrow .summary {
	background: none repeat scroll 0 0 #F9F9F9;
	border-radius: 0;
	border-top: 0 none;
	clear: both;
	display: block;
	float: left;
	min-height: 56px;
	padding: 5px 9px;
	text-decoration: none;
	width: 150px;
}
.light .dots {
	border-bottom: 1px dashed #DADADA;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	background:none;
}
.light .dots_narrow {
	/*background: url("../cssResource/res/images/dialog_dots.gif") no-repeat scroll left bottom transparent;*/
	background: none;
	float: left;
	margin-bottom: 10px;
	margin-top: 7px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px dashed #DADADA;
}
.light .fancybox .dots{
	margin-top:15px;
	width:100%;
} 
.light .newProjects_narrow .dots_narrow {
	/*background: url("../cssResource/res/images/dialog_dots_white.gif") no-repeat scroll left bottom transparent;*/
	background: none;
	border-bottom: 1px dashed #FFFFFF;
}
.light .itemOverview {
	position: relative;
	z-index: 1;
	margin: 0px 10px 0px 0px;
	float: left;
	background: url('../cssResource/res/images/divider_h.gif') repeat-y top right transparent;
	position: relative;
	background: #F9F9F9;
	padding: 17px 0px 15px;
	border-radius: 0;
	width: 735px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}
.partners{
	float: left;
	margin: 17px 0 5px;	
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background: #FFF;
}
.partners iframe{
	float: left;
}
.partners iframe:not(:first-child) {
    border-top: 1px solid #dadada;
}
.light .mapdialog .wrapperPreview, 
.light .promodialog .wrapperPreview,
.light .promodialog-wide .wrapper,
.light .resultsdialog .wrapper,
.light .promodialog .wrapper,  
.light .mapdialog .wrapper{
	position: relative;
	padding: 15px;
}
.light #map_streetview-toggle {
	position: absolute;
	top: 63px;
	left: 170px;
	z-index: 5;
	max-width: 300px;
	display: inline-block;
}
.light #map_streetview-toggle button {
background-color: #fff;
border: 2px solid #fff;
border-radius: 3px; 
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
cursor: pointer;
text-align: center;
padding: 0px 3px;
}

.light #map_streetview-toggle button span {
	display: inline-block;
	position: relative;
	bottom: 7px;
	padding-left: 10px;
}

.light #map_streetview-toggle img {
	padding-top: 3px;
	padding-left: 3px;
}


.light .textLinks .promodialog .wrapper {
	background: #FFFFFF;
}
.light .result {
	float: left;
	position: relative;
	background: #fff;
}

/* toolbar searchpage start */
.light.searchPage .floater{
	height:30px;
}
.light.searchPage .ScrollMenu .shortcuts{
	width:100%;
}
.light.searchPage .ScrollMenu ul li{
	margin:0;
	padding:0;
	text-align:left;
}
.light.searchPage .ScrollMenu .shortcuts .btn_toolbar{
	background-color: #5D5D5D;
	background: -moz-linear-gradient(top,  #5D5D5D,  #494949);
	background: -webkit-gradient(linear, left top, left bottom, from(#5D5D5D), to(#494949));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D5D5D', endColorstr='#494949');
	border-color:#C3C3C3;
	color:#FFFFFF;
	padding:3px 15px;
	margin: -1px 0 0 5px;
	border-radius:0 0 3px 3px;
	height:19px;
}
.light.searchPage .ScrollMenu .shortcuts .btn_toolbar:hover{
	background-color:#6D6D6D;
	background: -moz-linear-gradient(top,  #6D6D6D,  #595959);
	background: -webkit-gradient(linear, left top, left bottom, from(#6D6D6D), to(#595959));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D6D6D', endColorstr='#595959');
	text-decoration:none;
}
.light.searchPage .ScrollMenu .starIcon{
	background: url("../cssResource/res/images/star.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    margin-right: 2px;
    position: relative;
    vertical-align: text-top;
    width: 17px;
}
/* toolbar searchpage end */

/* RESULT START */
.resultsNone {
    border: 2px solid #fbb41f;
    float: left;
    font-size: 1.4em;
    margin: 5px 5px 20px;
    padding: 15px;
}
.light.searchPage .results.resultList {
	margin-left: -2px;
	width: 707px;
	float: left;
}
/*.light .resultList .result {
	clear: left;
	width: 700px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: solid 2px #E3E3E3!important;
	border: solid 1px #E3E3E3;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}*/
.light .searchPage .resultWrap, .light .resultList .result, .light .promodialog, .light .mapdialog {
	position: relative;
	z-index: 2;
	background: #F9F9F9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	width: 715px;
	border: 0px solid;
	padding: 0;
}
.light .resultList .results-subblock{
	border-bottom: 1px dashed #dadada;
    border-top: 1px dashed #dadada;
    float: left;
    margin: 0 0 15px;
    padding: 5px 0 10px;
}
.light .resultList .before .results-subblock{
	border-bottom: 1px dashed #dadada;
	border-top: 0;
    float: left;
    margin: 0 0 15px;
    padding: 5px 0 10px;
}
.light .resultList .results-subblock .slide-dots{
	width: auto;
}
.light .resultList .results-subblock .group-name{
	color: #999;
    float: left;
    font-weight: bold;
    padding: 4px 0 0 5px;
}
.light .resultList .result {
	/*border: 1px solid #DADADA;*/
	background:#FFFFFF;
}
.light .resultWrap {
	background: #FFFFFF;
	float: left;
	padding: 11px 11px 0;
	position: relative;
}
.light .mapContainer {
    clear: both;
    position: relative;
}
.light .navigationForm li {
    height: 100%;
}
.light .navigationForm, .navigationForm ul, .navigationForm li {
    float: left;
}
.light .navigationForm li.selected a {
    background: none repeat scroll 0 0 #fc6;
    color: black;
    line-height: 20px;
}
.light .navigationForm li#zoomLi a {
    border-right: 0 none;
}
.light .navigationForm a {
    background: none repeat scroll 0 0 #666;
    border: 2px solid white;
    color: white;
    display: block;
    float: left;
    height: 100%;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 114px;
}
.light .navigationForm a img {
    padding-right: 2px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.light .result .thumb, .light .mapContainer .result .wrapper .thumb {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  float: left;
  height: 130px;
  margin: 0 12px 8px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 130px;
}
.light .mapContainer .result .wrapper .thumb {
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 8px 0px;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}
/* .light .result .thumb img {
	display: block;
	height: 100%;
    width: 100%;
} */
.light .result .thumb img.landscape,
.light .itemImages img.landscape,
.light .new.result .brokerContact img.landscape,
.light .carousel-wrap .thumb > img.landscape{
	height: 100%;
	width: auto;
	position: relative;
}
.light .result .thumb img.portrait,
.light .itemImages img.portrait,
.light .new.result .brokerContact img.portrait,
.light .carousel-wrap .thumb > img.portrait{
	height: auto;
	width: 100%;
	position: relative;
}

.light .result .thumb .noImage{
	background: url("../cssResource/res/images/no_image.png") no-repeat scroll center center #f1f1f1;
    display: block;
    height: 100%;
    width: 100%;
}
/*.light .result .thumb.noImage {
	background: linear-gradient(to bottom, #E3E3E3 ,#C9C9C9);
	background-color: #E3E3E3;
	border: 1px solid #FFFFFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	color: #555555;
	float: left;
	font-size: 1.6em;
	height: 90px;
	margin: 0 12px 8px 0;
	overflow: hidden;
	padding: 40px 5px 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	width: 118px;
}*/
.light .result .thumb.noImage
.light .results .title h3 {
	clear: both;
	color: #FF6C00;
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	overflow: hidden;
}
.light .result .title h3 {
	line-height: 1.2em;
	float: left;
	line-height: 1.2em;
	margin: 0 5px 6px 0;
}
.light .result .title h3 a:visited {
	color: #999999;
}
.light .result.regular .title {
	border-bottom: 1px dashed #E3E3E3;
	margin: 0 0 3px;
	padding: 0 0 3px;
}
.light .result.regular .title h3 {
	width: 365px;
	padding:0;
}
.light a.ObjectMapViewLink {
	background: url("../cssResource/res/images/mapIcon.png") no-repeat;
	display: block;
	float: left;
	height: 20px;
	padding-left: 6px;
	width: 16px;
}
.light a.ObjectMapViewLink:hover {
	background: url("../cssResource/res/images/mapIcon_hover.png") no-repeat;
	text-decoration: none;
}
.light .listPrices {
	float: right;
	width: 0;
}
.light strong.listingPrice {
	color: #666666;
	display: inline-block;
	float: right;
	font-size: 1.9em !important;
	font-weight: normal;
	text-align: right;
	width: 165px;
}
.light .rent .listingPrice {
	font-size: 1.5em !important;
	font-weight: normal;
	margin-top: 4px;
	width: 250px;
}
.light .priceSqrM {
	clear: both;
	float: right;
	font-size: 14px;
	margin: 5px 0 0;
	text-align: right;
	width: 300px;
}
.light .rentToOwn {
	clear: both;
	float: right;
	font-size: 14px;
	margin: 5px 0 0;
	text-align: right;
	color: green;
	font-style:italic;
}
.light .priceSqrM .small, .light .mycity24 .altPrice, .light .itemPage .altPrice {
	color: #999999;
	font-size: 12px;
}
.light .result .title {
  clear: right;
  float: left;
  width: 100%;
}
.light .result .title h4 {
	clear: left;
	float: left;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 5px 5px 0;
}
.light .result .title .addressCounty {
	display: inline-block;
	float: left;
	line-height: 18px;
	margin: 0;
	padding-bottom: 0;
}
.light .result .title h4 a {
	color: #666666;
	text-decoration: none;
}
.light .itemPage.container .result .saveFavourite a, .light .result .save a, .light .saveFavourite a {
	background: none;
	clear: left;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	padding: 0;
	color: #999999;
}
.light .rent .listingPrice span, .light span.priceSqrM span {
	font-size: 12px !important;
	font-weight: normal;
	vertical-align: top;
}
.light .result .saveFavourite {
	border: 0 none;
	clear: left;
	float: left;
	padding: 10px 0 5px;
	position: relative;
}
.light .saveFavourite .icon {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll 0 -17px;
	display: inline-block;
	height: 17px;
	margin-right: 6px;
	vertical-align: middle;
	width: 17px;
	margin-bottom: 2px;
}

.light .saveFavourite .saved{
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll 0 -34px; 
	width:17px;
}

.mycity24.light .listSlogan, .searchPage.light .listSlogan {
	color: #FF6C00;
	float: left;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 10px;
	width: 100%;
}
.searchPage.light .listSlogan a {
	color: #FF6C00;
}
.light .result.regular .listSlogan, .light .result.regular .title, .light .result.regular table.features {
	float: left;
	width: 550px;
}
.light .searchPage .listSlogan a {
	color: #FF6C00;
}
.light .listTable {
	float: left;
}
.light .result table.features {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 3px;
	margin-bottom: 8px;
}
.light .result table.features .first {
	padding-left: 15px;
}
.light .result table.features th {
	font-weight: normal;
	padding: 5px 5px 0;
}
.light .result table.features td {
	font-weight: bold;
	padding: 5px 0 0;
}
.light .realtorName {
	border-bottom: 1px dashed #E3E3E3;
	float: left;
	font-size: 1.2em;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
}
.light .realtorName {
	border-bottom: 1px dashed #E3E3E3;
	float: left;
	font-size: 1.2em;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
}
.light .realtorName strong {
	color: #666666;
}
.light .realtorName img {
	padding-bottom: 2px;
	vertical-align: middle;
}
.light .realtorName img.last {
	margin-right: 4px;
}
.light .result .saveFavourite a, .light .myobjects .saveFavourite, .light .new.result .viewMap a {
	color: #999999;
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}
.light .cityIdBox {
	float: right;
	margin: 9px 0 0;
}
.searchPage.light .results.resultPhotos {
  width: 706px;
}
.light .resultsdialog .resultPhotos .wrapper{
	padding:10px;
}
.light .resultPhotos .result {
	width:350px;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
	padding-bottom:11px;
	min-height:320px;
	border: 1px solid #E3E3E3;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.light .resultPhotos .result.last {
  clear: none;
  margin-right: 0;
}
.light .resultPhotos .result table {
  width: 100%;
}
.light .resultPhotos .result .thumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 215px;
  margin-bottom: 0.5em;
  margin-left: -12px;
  margin-top: -12px;
  width: 352px;
  overflow:hidden;
}
.light .resultPhotos .result .thumb > a {
  display: block;
  margin: 0 auto;
  height:100%;
}
.light .resultPhotos .result .thumb a img {
  margin: 0 auto;
  position:relative;
}
.light .resultPhotos .title {
  height: 52px;
}
.light .resultPhotos .result .slogan {
  height: 36px;
  margin: 0 0 1.2em;
}
.searchPage.light .slogan {
  color: #FF6C00;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5em;
}
.light .resultPhotos .realtorName {
  height: 36px;
}
/* RESULT END */
/* NEW RESULTS START */
.light .new.result{
	width:707px;
	min-height:0;
	background:#FFFFFF;
	margin-bottom:15px;
	z-index:inherit;
}
.NewSearchResult{
	position:relative;
	border:1px solid #FAAA00 !important;
}
.newFlag {
	color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    left: -20px;
    position: absolute;
	height:56px;
	width:20px;
    top: 45px;
    z-index: 1000;
}	
.newFlag.en{background:url('../cssResource/res/images/new_flag_sprite.png') no-repeat 0 0;}
.newFlag.et{background:url('../cssResource/res/images/new_flag_sprite.png') no-repeat -20px 0;}
.newFlag.fi{background:url('../cssResource/res/images/new_flag_sprite.png') no-repeat -40px 0;}
.newFlag.lv{background:url('../cssResource/res/images/new_flag_sprite.png') no-repeat -60px 0;}
.newFlag.lt{background:url('../cssResource/res/images/new_flag_sprite.png') no-repeat -80px 0;}
.newFlag.ru{background:url('../cssResource/res/images/new_flag_sprite.png') no-repeat -100px 0;}
.light .mycity24 .new.result{
	margin-bottom:15px;
}
.light .fancybox.favourites .new.result,
.light.mycity24 .new.result{
	margin-bottom:20px;
}
.light .new.result .thumb{
	margin:10px;
	width:225px;
	height:150px;
	box-shadow:none;
	margin: 0 12px 0 0;
}
.light .new.result .result_header{
	border-bottom: 1px dashed #DADADA;
    float: left;
    font-size: 17px;
	line-height:1.4;
    font-weight: bold;
    margin: 6px 0;
    width: 460px;
	padding-bottom:6px;
}
.light .new.result .result_header .row{
	display:table;
	width:100%;
}
.light .new.result .result_content .column{
	float: left;
    height: 85px;
    position: relative;
    width: 50%;
}
.light .new.result .address-wrap{
	display:table-cell;
}
.light .new.result .price{
	displaY:table-cell;
	text-align:right;
	min-width:150px;
}
.light .new.result .price.newProjectPrice {
    min-width: 200px;
}
.light .new.result .price .old{
	color: #999999;
    font-size: 11px;
    font-weight: normal;
    margin: -3px 0 3px;
    text-decoration: line-through;
}
.light .new.result .price .priceDecreased {
	display: block;
	text-align:  right;
	font-size: 10px;
}
.light .auctionIcon{
	background: url("../cssResource/res/images/auctionIcon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
    width: 17px;
}
.light .new.result .location, .light .new.result .price_sqrm,
.light .new.result .broker,
.light .new.result .type,
.light .new.result .cityID{
	font-size:11px;
	color: #999999;
}
.light .new.result .location{
	float:left;
	font-weight:normal;
	height:15px;
}
.light .new.result .price_sqrm{
	float:right;
	font-weight:normal;
}
.light .new.result .price_loan{
	float:right;
	font-weight:normal;
	background-color: #eee;
	font-size: 12px;
}
.light .new.result .price_loan a {
	color: #999;
}
.light .new.result .rent_own{
	float:right;
	font-weight:normal;
	font-style:italic;
	font-size: 14px;
	color: green;
}
.light .new.result .result_content{
	border-bottom: 1px dashed #DADADA;
    float: left;
    font-size: 13px;
    padding-bottom: 7px;
    width: 460px;
	position:relative;
}
.light .new.result .result_content ol li strong{
	font-size:14px;
}
.light .new.result .type{
	bottom: 0;
    position: absolute;
}
.light .new.result .promo{
	color: #666666;
    float: right;
    font-style: italic;
    width: 300px;
	text-align:right;
}
.light .new.result .broker, 
.light .new.result .resultBroker,
.light .new.result .cityID{
	bottom: 0;
	right:0;
    position: absolute;
	text-align:right;
	cursor:pointer;
	width:300px;
}
.light .new.result .cityID{
	cursor:text;
}
.light .new.result .cityID:hover{
	text-decoration:none;
}
.light .new.result .broker:hover{
	text-decoration:underline;
}
.light .viewMap .icon {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -34px -34px;
	display: inline-block;
	height: 17px;
	margin-right: 6px;
	vertical-align: middle;
	width: 17px;
	margin-bottom: 2px;
}
.light .new.result .saveFavourite, .light .new.result .viewMap{
	clear:none;
	padding: 9px 10px 0 0;
	margin-right:10px;
	border-right:1px dashed #DADADA;
	float:left;
}
.light .new.result .phoneIcon, .light .new.result .mailIcon{
	background:url(../cssResource/res/images/contact_phone.png);
	width:15px;
	height:15px;
	float:right;
	margin-left:3px;
}
.light .new.result .phoneIcon{
	background:url(../cssResource/res/images/contact_phone.png);
}
.light .new.result .mailIcon{
	background:url(../cssResource/res/images/contact_mail.png);
}
/*.light .new.result .cityID{
	clear: right;
    float: right;
    padding: 9px 0;
	margin:0;
}*/
.light .new.result .brokerContact{
	display:none;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: absolute;
    z-index: 99;
	bottom:35px;
	right:10px;
}
.light .new.result .brokerContact .arrow{
	background: url(../cssResource/res/images/contact_box_arrow.png);
	width:15px;
	height:8px;
	position:absolute;
	right:10px;
	top:-8px;
}
.light .new.result .brokerContact .brokerProfile{
	float:left;
}
.light .new.result .brokerContact .brokerImage{
	float:left;
	border: 2px solid #dadada;
    height: 100px;
	width: 80px;
    margin-right: 10px;
    overflow: hidden;
}
.light .new.result .brokerContact .brokerImage img{
	height:100%;
	position:relative;
}
.light .new.result .brokerContact .brokerImage img.landscape{
	height:100%;
	width:auto;
	position:relative;
}
.light .new.result .brokerContact .brokerImage img.portrait{
	height:auto;
	width:100%;
	position:relative;
}
.light .new.result .brokerContact .button{
	margin-top: 5px;
	font-size:13px;
}
/*.light .new.result .brokerContact img{
	clear:left;
	float:left;
	border:2px solid #DADADA;
	margin-right:10px;
	width:80px;
	max-height: 100px;
	float:right;
}*/
.light .new.result .brokerContact .brokerInfo{	
	float:left;
}
.light .new.result .brokerContact h2{
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
.light .new.result .brokerContact ul{
	clear:left;
	float:left;
	font-size:13px;
}
.light .resultList .new.result .brokerContact .extraBroker{
	margin-left:10px;
	padding-left:10px;
	border-left:1px dashed #DADADA;
}
.light .resultPhotos .new.result .brokerContact .extraBroker{
	border-top: 1px dashed #DADADA;
    float: left;
	clear:left;
    margin-top: 10px;
    padding-top: 10px;
}
.light .resultPhotos .result.new {
	width:342px;
	font-size:13px;
	padding:0;
}
.light .resultPhotos .result.new .thumb{
	width:342px;
	height: 228px;
	margin: 0;
	box-shadow:none;
}
.light .resultPhotos .result.new .wrapper{
	float:left;	
}
.light .resultPhotos .result.new .title{
	height:auto;
}
.light .resultPhotos .result.new .title h3,
.carousel-wrap h3{
	font-size:18px;
}
.light .resultPhotos .result.new .features{
	border-bottom: 1px dashed #DADADA;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.light .resultPhotos .result.new .promo{
	float: left;
    padding-top: 7px;
    text-align: left;
    width: 100%;
}
.light .resultPhotos .result.new .resultBroker{
	color: #999999;
    float: right;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 10px;
    position: relative;
    text-align: right;
}
.light .resultPhotos .result.new .brokerContact{
	bottom:35px;
	right:10px;
	top:auto;
}
.light .resultPhotos .result.new .brokerContact .arrow{
	background:url(../cssResource/res/images/contact_box_arrow_bot.png) 0 0 no-repeat;
	bottom: -8px;
    top: auto;
}
.light .resultPhotos .result.new .resultBroker:hover{
	text-decoration:underline;
}
.light .resultPhotos .result.new .resultFooter{
	width:100%;
	float:left;
	border-top:1px dashed #DADADA;
}
.light .resultPhotos .result.new .resultFooter .cityIdBox{
	color:#999999;
	font-size:11px;
}

/* result TEST start */
.light .new.alt.result{
	min-height:0;
}
.light .new.result .closeBrokerContact, .light .new.result .closeShareBox{
	background:url(../cssResource/res/images/icon_remove1.png) no-repeat;
	height: 18px;
    position: absolute;
    right: -7px;
    top: -7px;
    width: 18px;
}
.light .result .address-wrap a.map{
	display: inline-block;
    height: 17px;
    margin: 0 -1px -2px -3px;
    width: 17px;
}

.light .result .btn.map{background:url(../cssResource/res/images/mapPin.png) 0 0 no-repeat;}
.light .result .btn.map:hover{background:url(../cssResource/res/images/mapPin.png) -17px 0 no-repeat;}

.light .result .btns{
    height: 35px;
    width: 100%;
	padding-left:7px;
	position: absolute;
	bottom:-30px;
}
.light .result .btns .btn{
	position:relative;
	border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    display: inline-block;
    height: 25px;
    margin: 5px 2px 5px 0;
    width: 25px;
	bottom:0;
}

/*.light .result .address-wrap a.map{background:url(../cssResource/res/images/listActionBtnIcons_2.png) 0 0 no-repeat;}
.light .result .address-wrap a.map:hover{background:url(../cssResource/res/images/listActionBtnIcons_2.png) 0 -25px no-repeat;}*/

.light .result .btns .btn.favourite{background:url(../cssResource/res/images/listActionBtnIcons_2.png) -25px 0 no-repeat;}
.light .result .btns .btn.favourite:hover{background:url(../cssResource/res/images/listActionBtnIcons_2.png) -25px -25px no-repeat;}

.light .result .btns .btn.favourite.saved,
.light .result .btns .btn.favourite.saved:hover{background:url(../cssResource/res/images/listActionBtnIcons_2.png) -25px -50px no-repeat;}

/*.light .result .btns .btn.share{background:url(../cssResource/res/images/listActionBtnIcons_2.png) -50px 0 no-repeat;}
.light .result .btns .btn.share:hover{background:url(../cssResource/res/images/listActionBtnIcons_2.png) -50px -25px no-repeat;}*/

.light .new.result .result_content{
	border:none;
}
.light .new.result .brokerContact, .light .new.result .shareBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 99;
}
.light .new.result .shareBox{
	left: 10px;
	top:15px;
}
.light .resultPhotos .new.result .shareBox{
	top:auto;
	bottom:40px;
}
.light .new.result .shareBox .label{
	font-size: 13px;
	margin-bottom:5px;
}
.light .new.result .shareBox .shareBtn{
	display:inline-block;
	cursor:pointer;
	height:35px;
	width:35px;
	margin: 5px 5px 0 0;
}
.light .new.result .shareBox .shareBtn.facebook{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll 0 0;}
.light .new.result .shareBox .shareBtn.twitter{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll -35px 0;}
.light .new.result .shareBox .shareBtn.googleplus{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll -70px 0;}
.light .new.result .shareBox .shareBtn.mail{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll -105px 0;}

.light .new.result .shareBox .shareBtn.facebook:hover{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll 0 -35px;}
.light .new.result .shareBox .shareBtn.twitter:hover{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll -35px -35px;}
.light .new.result .shareBox .shareBtn.googleplus:hover{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll -70px -35px;}
.light .new.result .shareBox .shareBtn.mail:hover{background: url("../cssResource/res/images/socialBtns.png") no-repeat scroll -105px -35px;}


.light .new.result .shareBox input{
	float: left;
    font-size: 13px;
    height: 20px;
    margin-right: 6px;
	padding: 3px 8px 1px;
	border: 1px solid #CCCCCC;
	width: 150px;
}
.light .new.result .shareBox a.button{
	padding:3px 10px;
}
.light .new.result .brokerContact .arrow, .light .new.result .shareBox .arrow {
    background: url("../cssResource/res/images/contact_box_arrow_bot.png") repeat scroll 0 0;
	top:auto;
    height: 8px;
    position: absolute;  
    width: 15px;
	bottom: -8px;
}
.light .new.result .brokerContact .arrow{right: 10px;}
.light .new.result .shareBox .arrow{left: 62px;}

/* result TEST end */

/* NEW RESULTS END */

/* PAGINATION START*/
.light .resultPager {
	float: right;
	padding: 0;
	text-align: center;
	width: auto;
}
.light .resultPager ul, .light .resultPager li {
	display: inline;
	float: left;
	padding:0;
	color:#999999;
}
.light .resultPager a.previous, .resultPager a.next,
.light .insurance a.previous, .insurance a.next {
	background: url('../cssResource/res/images/next_prev_24x24.png') 0 0 no-repeat;
	width:24px;
	height:24px;
	display:block;
	float:right;;
	margin-left: 5px;
	padding:0;
}
.light .resultPager a.previous,
.light .insurance a.previous{
	background-position: 0 0;
}
.light .resultPager a.previous:hover, .light .resultPager a.previous:active,
.light .insurance a.previous:hover, .light .insurance a.previous:active{
	background-position: 0 -24px;
}
.light .resultPager a.next,
.light .insurance a.next{
	background-position: -24px 0;
}
.light .resultPager a.next:hover, .light .resultPager a.next:active,
.light .insurance a.next:hover, .light .insurance a.next:active{
	background-position: -24px -24px;
}
.light .resultPager a.page {
	background: none;
    border: medium none;
	border-radius:3px;
    box-shadow: none;
    color: #999999;
    display: inline-block;
    padding: 3px 5px;
	margin:0 1px;
}
.resultPager a.page:hover, .resultPager a.page.selected:hover {
	color:#666666;
	background:#E3E3E3;
	text-decoration:none;
}
.light .resultPager a.page.selected, .resultPager a.page.selected:hover {
	color:#FFFFFF;
	background:#FAA000;
	text-decoration:none;
}
/* PAGINATION END */

.light .colLeft .promodialog {
	background: #FFFFFF !important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.light .mapdialog {
	width: 735px !important;
	background: #FFFFFF !important;
	float: left;
    margin: 10px 0px 0px 0;
}
.light .video {
	width: 735px !important;
    margin-top: 10px;
    float:left;
}
.new-project.light .video {
	width: 735px !important;
	margin-bottom:10px;
	margin-top:0px;
    float:left;
}
.light .sortOptions {
	float: left;
	font-size: 13px;
	margin-bottom: 12px;
}
.light .sortOptions .SumoSelect > .CaptionCont{
	border: 2px solid #dadada;
	box-shadow: none;
}
.light .sortOptions .optionGroup {
	float: left;
	margin-right: 40px;
}
.light .ScrollMenu .sortOptions label {
	float: left;
	color: #FFFFFF;
	font-weight:bold;
}
.light .resultsdialog {
	position: relative;
	z-index: 2;
	float: left;
    margin: 0 0 11px 0;
	padding: 0;
	background: #F9F9F9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 0;
	width: 735px;
}
.light .resultsdialog.map  {
	width: 976px;
	margin:0px auto 12px;
}
.light .mapContainer h3 {
    margin: 0;
}
.light .mapContainer h3, .mapContainer h3 a, .mapContainer .feature, .result .save, .result.multi .resultList, .result.multi .result_browser {
    font-size: 1.2em;
}
.light .mapContainer h3 {
    margin: 0;
}
.light .mapContainer h3, .mapContainer h3 a, .mapContainer .feature, .result .save, .result.multi .resultList, .result.multi .result_browser {
    font-size: 1.2em;
}
.light.mapPage h4.addressCounty, .newProjectsPage h4.addressCounty {
    margin: 0 0 5px;
	color:#999;
}
.light .mapContainer .result {
    background: url("../cssResource/res/images/bg_dropdown_wrapper.png") repeat scroll left top transparent;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
	min-height:0;
}
.light .mapContainer .result .realtorName {
	margin-top:9px;	
}	
.light .mapContainer .result table.features{
	width:182px;
	background:none;
}
.light .mapContainer .result table.features td {
	padding: 0 0 3px 0;
	font-weight: bold;
	width: 125px;
}
.light .mapContainer .result table.features th {
	padding: 0 0 3px 0;
	font-weight: normal;
	vertical-align:top;
}
.light .closeResult {
    height: 32px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 32px;
}
.light .closeResult a {
    background: url("../cssResource/res/images/icon_removeAlt_sprites.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
	width: 32px;
}
.closeResult a span {
    display: none;
}
.light .closeResult a:hover {background-position:0 -32px;}
.light .mapContainer .result.nr_0001 {
    left: 70px;
    top: 10px;
}
.light .mapContainer .result .wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
   -webkit-border-top-right-radius:3px 3px;
    -webkit-border-top-left-radius:3px 3px;
    -moz-border-radius-topright:3px 3px;
    -moz-border-radius-topleft:3px 3px;
    border-top-right-radius:3px 3px;
    border-top-left-radius:3px 3px;
	-webkit-border-bottom-right-radius:3px 3px;
    -webkit-border-bottom-left-radius:3px 3px;
    -moz-border-radius-bottomright:3px 3px;
    -moz-border-radius-bottomleft:3px 3px;
    border-bottom-right-radius:3px 3px;
    border-bottom-left-radius:3px 3px;
    overflow: hidden;
    padding: 10px;
    width: 325px;
}
.light .container.wrapper {
	padding: 0;
	width: 980px;
	background: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 12px;
}
.light .searchPage .resultsdialog .resultWrap {
	float: left;
	background: none;
	padding: 11px 11px 0px 11px;
	position: relative;
	background-color: #FFFFFF;
	margin-left: -11px;
}
.light.startPage.light.estonia .layout, .light.homeInsurance .layout{
	background: #ececec url('../cssResource/res/images/tallinn_bg_1.jpg') center 30px no-repeat;
	width: 100%;
	height: 70%;
	padding-bottom: 12px;
}
.light.startPage.light.latvia .layout {
	background: #ececec url('../cssResource/res/images/cityscape_latvia.jpg') center 30px no-repeat;
	width: 100%;
	height: 70%;
	padding-bottom: 12px;
}
.light.startPage.light .layout.lv {
	background: #ececec;
}
.startPage.light .promodialog.alt {
	border-radius: 0;
	border:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #FAAA00;
	clear: left;
	float: left;
	margin: 0 0 12px;
	width: 735px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}
.promodialog .wrapper .newProjects_narrow {
	background: none;
}
.promodialog.homer-block{
	background: #333 !important;
}
.promodialog.ev100{
	background: -moz-linear-gradient(top, #0675ca 0%, #0675ca 34%, #000000 34%, #000000 69%, #ffffff 69%, #ffffff 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0675ca 0%,#0675ca 34%,#000000 34%,#000000 69%,#ffffff 69%,#ffffff 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0675ca 0%,#0675ca 34%,#000000 34%,#000000 69%,#ffffff 69%,#ffffff 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0675ca', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}
.promodialog.ev100 .dots_narrow{
	border: none;
}
.promodialog.ev100 .dots_narrow a{
	color: #FFF;
}
.promodialog.level_boost_bg{
	background: url('../cssResource/res/images/level_boost_block_bg.png');
}
.promodialog.level_boost_bg .dots_narrow{
	border: none;
}
.promodialog.level_boost_bg .dots_narrow h2,
.promodialog.level_boost_bg .dots_narrow a{
	color: #4D0892;
}
.promodialog.homer-block .arrowLeft{
	margin-top: 7px;
}
.promodialog.homer-block .info{
	padding: 10px;
}
.promodialog.homer-block .info .title,
.promodialog.homer-block .info .author{
	overflow: hidden;
    text-overflow: ellipsis;
}
.promodialog.homer-block .info .title{
	font-size: 13px;
	font-weight: bold;
}
.promodialog.homer-block .info .author{
	font-size: 12px;
}
.promodialog.homer-block .objects-wrap .single-object .fade{
	height: 40%;
}
.promodialog.homer-block img.homer-icon{
	position: absolute;
	width: auto !important;
	height: auto !important;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.65);
}
.light .white {
	color: #FFFFFF;
}
.light .white:hover {
	color: #FFFFFF;
}
.light .dialog .wrapper, .light .promodialog .wrapper, .light .subdialog .wrapper {
	overflow: hidden;
	position: static;
}
.light .promodialog {
background: none repeat scroll 0 0 #F9F9F9 clear: left;
	float: left;
	margin: 0 0 10px;
	position: relative;
	width: 735px;
	padding: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.light .promodialog-wide{
	background: #F9F9F9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    clear: both;
    position: relative;
    width: 980px;
    z-index: 100;
	margin-bottom: 12px;
}
.light .promodialog .wrapper {
	height: 100%;
}
.light .promodialog div.subContent {
	background: none repeat scroll 0 0 transparent;
	border-right: 1px dashed #DADADA;
	float: left;
	height: auto;
	margin-right: 8px;
	overflow: visible;
	padding-right: 9px;
	padding-top: 5px;
	width: 223px;
}
.light .promodialog div .altsubLast {
	border-right: 0 none;
	margin: 0;
	padding-right: 0;
}
.light .promodialog h3, .light .promodialog h4 {
	clear: both;
	/*color: #444444;*/
	display: block;
	float: left;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.3;
	margin: 3px 0 3px 5px;
	text-align: start;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
	width: 100%;
	word-spacing: 0;
}
.light .promodialog h4 {
	/*color: #666666;*/
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}
.light .promodialog p {
	float: left;
	margin: 8px 0px;
	font-size: 13px;
	line-height: 1.5;
}
.light .promodialog .service p {
	margin: 0 0 15px;
	padding: 0;
}
.light .promodialog.alt a.arrowLeft {
	color: #FFFFFF;
}
.light .promodialog.alt a.arrowLeft:hover {
	color: #FFFFFF;
}
/* .light .news .subContent ul, .light .news .subContent dl {
	list-style-type: none;
	margin: 0 0 12px;
	padding: 20px 6px;
}
.light .news .news_wrap:hover {
	cursor: pointer;
	color: #FC6600;
} */
.promodialog.news .slide{
	min-height:395px;
}
.promodialog.news h3,
.promodialog.col-2 h3{
	margin: 15px 0 0;
}
.promodialog.news p.date{
	width:100%;
	color:#999999;
	margin-top:5px;
}
.light .promodialog dt a, .light .promodialog dt span {
	background: url("../cssResource/res/images/arrow_left_small.png") no-repeat scroll 0 1px transparent;
	color: #999999;
	padding-bottom: 0;
	padding-left: 19px;
	display:inline-block;
	line-height:1.4;
	
}
.light .promodialog dt a:hover, .light .promodialog dt span:hover {
	text-decoration: none !important;
}
/* front page loan & insurance */
.promodialog.col-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:none;
    box-shadow: none;
}
.promodialog.commercial .wrapper {
    width: 362px;
    float: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: none repeat scroll 0 0 #f9f9f9;
	box-sizing:border-box;
	position:relative;
}
.promodialog.commercial.has-footer .wrapper{
	padding-bottom: 70px;
}
.promodialog.commercial img.full-width{
	margin: -15px -15px 5px -15px;
}
.promodialog.commercial .commercial-footer{
	text-align: center;
	margin-bottom: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.promodialog.commercial .wrapper .navButton {
	float: none;
	display: inline-block;
}
.promodialog.commercial > div:first-child{
	margin-right:11px;
}
.promodialog .insurance .logo, 
.promodialog .loan .logo{
	position:absolute;
	right:15px;
	top:0;
}
.promodialog .insurance {
    border: 2px solid #EB001E;
}
.news-label{
	background: #faa000;
	font-size: 13px;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
}
.news-label .fa{
	margin-right: 3px;
}
/* Promo blocks */
.promo-blocks{
	display: block;
	float: left;
	font-size: 13px;
	margin-bottom: 20px;
}
.promo-blocks .row, .businessCard .row {
	display: flex;
	flex-wrap: wrap;
}
.promo-blocks .row > span > span{
	display: flex;
}
.promo-blocks .row .column{
	flex:1;
}
.promo-blocks .row .column:first-child .promo-block{
	margin-right: 11px;
}
.promo-blocks .promo-block a.link-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.promo-blocks .promo-block a:hover ~ .promo-block-content h4{
	text-decoration: underline;
}
.promo-blocks .promo-block a:hover ~ .promo-block-content .button{
	background: #FA982B;
}
.promo-blocks .promo-block{
	width: 362px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    float: left;
    padding: 15px 15px 70px 15px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.promo-blocks .promo-block .promo-block__footer{
	position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.promo-blocks .promo-block .promo-block__footer .button{
	float: none;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
}
.promo-blocks .promo-block .promo-block-image{
	margin: -15px -15px 0 -15px;
}
.promo-blocks .promo-block img{
	width: 100%;
}
.promo-blocks .promo-block h4{
	font-size: 20px;
	line-height: 1.35;
	margin: 15px 0;
}
.promo-blocks ul {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
.promo-blocks ul li{
	position: relative;
	margin-bottom: 10px;
}
.promo-blocks ul li:before{
	position: absolute;
	content: "•";
	font-size: 18px;
	left: -15px;
	margin-top: -2px;
	margin-right: -5px;
	color: #faa000;
}
/* SEARCH START*/

.light .searchbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #D5D5D5;
	border-radius: 0 0 0 0;
	border-style: solid;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	clear: both;
	height: 100%;
	padding: 0;
	position: relative;
	width: 980px;
	z-index: 100;
	margin-bottom: 13px;
}
.light.startPage .searchbox{
	box-shadow:0 0 10px rgba(0, 0, 0, 0.35);
}
.light .searchbox div.wrapper {
	background: #F9F9F9;
	border-radius: 3px 3px 3px 3px;
	clear: both;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 15px;
	position: relative;
}
.light .colRight .wrapper {
	clear: right;
	margin-left: 0;
	float:right;
}
.light .advertising.colRight .wrapper, .light .colRight .advertising.wrapper {
	width:225px;
	float:right;
}
.sidebar-links {
	background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 0 0 20px 8%;
    padding: 7px;
    font-size: 13px;
}
.sidebar-links ul li{
	border-bottom: 1px solid #dadada;
}
.sidebar-links ul li:last-child,
.sidebar-links ul li:first-child{
	border-bottom: none;
}
.sidebar-links ul li a{
	display: block;
	padding: 10px 5px;
}
.sidebar-links ul li a:hover{
	text-decoration: none;
	background: #ebebeb;
}
.sidebar-links .send-request a{
	background: #6900a8;
	/* border-radius: 6px; */
	color: #ffffff; 
	padding: 12px;
	margin: -8px -8px 8px;
}
.sidebar-links .send-request a:hover {
	background: #6900a8;
}
.sidebar-links .send-request a:hover .btn{
	background: #fb8106;
}
.sidebar-links .send-request__wrap {
	display: flex;
}
.sidebar-links .send-request__title{
	margin: 4px 0 8px;
}
.sidebar-links .send-request__subtitle{
	font-size: 12px;
	opacity: 0.8;
}
.sidebar-links .send-request .fa{
	color: #faa000;
	font-size: 30px;
	margin-right: 16px;
}
.sidebar-links .send-request .btn {
	width: 100%;
	margin-top: 12px;
}
/* .sidebar-links .open-house a{
	color: #FF0051;
} */
.sidebar-links ul li .cf,
.sidebar-links ul li .fa{
	width: 25px;
	text-align: center;
	font-size: 15px;
}
/*.broker-section {
	background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 0 solid #939393;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 0 0 20px 8%;
    padding: 12px;
    width: 92%;
}
.broker-section .btn{
	line-height: 2;
	margin-bottom: 10px;
}
.broker-section a{
	font-size: 13px;
	width: 100%;
	display: block;
	line-height: 1.2;
}*/
.light .expandfill {
	background: none repeat scroll 0 0 #F9F9F9;
	float: left;
	height: auto;
	width: auto;
	filter: none;
}
.light .search_offer_counter {
	border: none;
	float: right;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	height: 190px;
	width: 226px;
}
.light .search_button_wrap {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	margin-left: 14px;
	text-align: center;
	width: 100%;
}
.light .searchbox form span {
	clear: both;
}
.light .search_arrow {
	background: url("../cssResource/res/images/search_arrow.png") no-repeat scroll center top transparent;
	float: right;
	height: 26px;
	margin-left: 0;
	margin-right: 24px;
	width: 13px;
}
.light .searchbox form span {
	clear: both;
}
.light a.genericExpand span, .dialog .service p, a.arrowLeft, .itemFacts, .result_counter, .saveFavourite a {
	font-size: 1.2em;
}
.light .result_counter {
	color: #666666;
	font-weight: bold;
}
.light .search_offer_counter .genericExpand {
	color: #939393;
	display: block;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 40px;
	white-space: nowrap;
}
.light a.genericExpand {
	background: url("../cssResource/res/images/plus_orange.png") no-repeat scroll left center transparent;
	color: #939393;
	display: block;
	float: left;
	margin-left: 1px;
	text-decoration: none;
	text-transform: none;
}
.light a.genericExpand:hover {
	color: #ff6c00;
}
.light a.genericExpand.expanded {
	background: url("../cssResource/res/images/minus_orange.png") no-repeat scroll left center transparent;
}
.light a.genericExpand span {
	line-height: 12px;
	margin-left: 19px;
	margin-top: 0;
	padding: 1px;
	white-space: nowrap;
}
.light a.genericExpand span, .dialog .service p, a.arrowLeft, .itemFacts, .result_counter, .saveFavourite a, a.agencyIcon, a.mapIcon {
	font-size: 13px;
}
.light .filter_counter {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
	width: 100%;
}

.light .searchbox .searchFooter {
	border-top: 1px dashed #DADADA;
	clear: both;
	float: left;
	padding-top: 10px;
	width: 100%;
}
.light .searchbox .searchFooter .buttonContainer a {
	display: inline-block;
	margin-right: 20px;
	text-decoration:none;
}
.light .buttonContainer a span {
    color: #999;
    font-size: 13px;
    margin-right: 6px;
	vertical-align: top;
}
.light .searchbox .searchFooter .buttonContainer a:hover > span{
	color:#ff6c00;
	text-decoration:underline;
}
.light .searchbox .icon{
	width:24px;
	height:24px;
	display:inline-block;
}
.light .searchbox .icon.agencyIcon{
	background: url("../cssResource/res/images/search_footer_24x24.png") no-repeat scroll 0 0;
}
.light .searchbox .searchFooter .buttonContainer a:hover > .agencyIcon{
	background: url("../cssResource/res/images/search_footer_24x24.png") no-repeat scroll 0 -24px;
}
.light .searchbox .icon.mapIcon{
	background: url("../cssResource/res/images/search_footer_24x24.png") no-repeat scroll -24px 0;
}
.light .searchbox .searchFooter .buttonContainer a:hover > .mapIcon{
	background: url("../cssResource/res/images/search_footer_24x24.png") no-repeat scroll -24px -24px;
}
.light .basic_options {
	border: none;
	float: left;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 10px;
	width: 716px;
}
.light .selectFirstProperty {
	margin-left: 10px;
	padding-bottom: 10px;
}
.light .searchbox form span {
	clear: both;
}
.light .basic_options .selectFirstProperty .customStyleSelectBox .customStyleSelectBoxInner {
	height: 40px;
	padding-left: 10px;
	padding-top: 6px;
}
.light .searchbox form span {
	clear: both;
}
.light .customStyleSelectBoxInner {
	line-height: 1.7em;
	padding-left: 6px;
	padding-top: 1px;
	width: 108px;
}
.light .sortOptions .customStyleSelectBoxInner{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.light .keyword {
	clear: right;
	float: left;
	margin-left: 36px;
	position: relative;
}
.light .keyword a:hover {
	color: #FC6600;
	text-decoration: none;
}
.light .keywordField, .keywordAgency .field {
	background: #FFFFFF;
	border-radius:3px;
	border: 1px solid transparent;
	border-bottom: 1px solid #DDD;
	border-top:none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
	clear: left;
	cursor: text;
	float: left;
	padding-top: 23px;
	position: relative;
	width: 414px;
	z-index: 999;
}
.light .keywordField.focused{
	border:1px solid #FAA000;
	box-shadow:0 0 1px #FAA000 inset;
	padding-top:22px;
}
.light .keywordField .textfield, 
.light .keywordField .textfield:focus{
	box-shadow:none;
	border:none;
}
.light .keywordField .wrap {
	clear: left;
	float: left;
	min-height: 17px;
	padding-left: 7px;
	position: relative;
	width: 408px;
}
.light .keywordInput {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	clear: both;
	display: none;
	height: 26px;
	margin: 0 0 7px;
	padding: 0;
	width: 92%;
	font-size: 1.6em;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.searchbox .keywordInput.example {font-size:1.4em;color: #BABABA; font-style:italic; }
.searchbox .keywordInput.placeholder{color: #BABABA;font-size: 1.4em;font-style: italic;}
.light .keywordInput:focus{
	outline:0;
}
.light .keywordInput.empty {
	margin-top: -16px;
}
.light .keywordInput.active, .light .keywordInput.empty {
	display: block;
}
#addToSearch img{
	left: 0;
    padding-top: 11px;
    position: absolute;
    z-index: 9999;
	margin-left:18px;
	display:none;
}
.keywordDropdown {
	float:left;
	background:url('../cssResource/res/images/icon_dropdown_keyword.png') left top no-repeat;
	width:45px;
	height:40px;
	cursor:pointer;
}
.keywordDropdown span {
	display:none;
}
.keywordTokens {
	min-height:26px;
	margin-right:6px;
}
.keywordTokens li {
	position:relative;
	margin-right:5px;
	/*background:#FDEFD8;*/
	background:#666666;
	height:26px;
	padding:0px 15px 0px 27px;
	line-height:26px;
	border-radius: 13px;
	-moz-border-radius:13px;
	-webkit-border-radius: 13px;
	/*border-bottom: 1px solid #FFE070;
	border-right: 1px solid #FFE070;*/
	cursor:default;
	margin-bottom:7px;
	white-space:nowrap;
	max-width:355px;
	text-overflow:ellipsis;
	color:#FFFFFF;
}
.keywordTokens li a {
	position:absolute;
	width:18px;
	height:18px;
	left:4px;
	top:4px;
	cursor:pointer;
	background:url('../cssResource/res/images/icon_remove2.png') left top no-repeat;
}
.keywordTokens li a span {display:none;}
.light .keywordField ul, .light .keywordField li {
	float: left;
}
.light .keywordSuggestions {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CFCFCF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	left: 0;
	margin-top: -1px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 100%;
	width: 100%;
    z-index: 101;
    display: block;
}
.keywordSuggestions {
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	margin-top:-1px;
	background:#fff;
	width: 100%;
	max-height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.keywordSuggestions ul,
.keywordSuggestions li {
	float:none;
	clear:both;
	margin-right:0px;
}
.keywordSuggestions label {
	cursor:pointer;
}
.keywordSuggestions li.tokenCategory {
	width:100%;
	float:left;
	clear:both;
	border-top:1px solid #cfcfcf;
	padding-bottom:5px;
}
.keywordSuggestions li.tokenCategory.first {
	border-top:0px none;
}
.keywordSuggestions li.tokenCategory strong {
	display:block;
	padding:8px 10px;
}
.keywordSuggestions .tokens li {
	padding-left:35px;
}
.keywordSuggestions li .token2 {
	padding-left:65px;
}
.keywordSuggestions li.token {
	float:left;
	padding-top:5px;
}
.keywordSuggestions li.token-input-selected-dropdown-item {
	background-color: #fc9;
}
.keywordSuggestions li.token a {
	display:block;
	padding:9px 6px;
}



.keywordSuggestions_alt {
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	margin-top:-1px;
	background:#fff;
	width: 680px;
	max-height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.keywordSuggestions_alt ul,
.keywordSuggestions_alt li {
	float:none;
	clear:both;
	margin-right:0px;
}
.keywordSuggestions_alt label {
	cursor:pointer;
}
.keywordSuggestions_alt li.tokenCategory {
	width:100%;
	float:left;
	clear:both;
	border-top:1px solid #cfcfcf;
	padding-bottom:5px;
}
.keywordSuggestions_alt li.tokenCategory.first {
	border-top:0px none;
}
.keywordSuggestions_alt li.tokenCategory strong {
	display:block;
	padding:8px 10px;
}
.keywordSuggestions_alt .tokens li {
	padding-left:35px;
}
.keywordSuggestions_alt li.token {
	float:left;
	padding-top:5px;
}
.keywordSuggestions_alt li.token-input-selected-dropdown-item {
	background-color: #fc9;
}
.keywordSuggestions_alt li.token a {
	display:block;
	padding:9px 6px;
}
.results .summary em,
em.tip,
.realtyCount em,
.fbSample em,
.result .title em,
.keyword em {
	font-style:normal;
}
.keyword em {background:#FDEFD8;}

.keywordSuggestions .create
{
	padding: 5px 8px;
	cursor: pointer;
    overflow: hidden;
    background: #ebebeb none repeat scroll 0 0;
    border-bottom: 1px solid #dadada;
}

.light .toggleTooltip {
	background: url("../cssResource/res/images/open_tooltip.png") no-repeat scroll left center transparent;
	float: left;
	clear: both;
	display: block;
	font-weight: bold;
	padding-left: 19px;
	white-space: nowrap;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #939393;
	text-decoration: none;
	text-transform: none;
	margin-top: 2px;
}
.light .openAreaSelect {
	background: url("../cssResource/res/images/arrow_left_small.png") no-repeat scroll left center transparent;
	clear: right;
	color: #939393;
	display: block;
	float: right;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	padding-left: 19px;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	margin-top: 2px;
}
.light .searchbox .details {
	float: left;
	margin-top: -5px;
	position: relative;
	width: 100%;
}
.light .searchbox .transaction {
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	width: 206px;
}
.light .selectFirst {
	padding-bottom: 10px;
}
.light .searchbox div .lbl {
	clear: left;
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-left: 1px;
}
.searchbox div.sliderTop {
	float: left;
	margin-bottom: 5px !important;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 5px;
}
.sliderTop.onlyPrivate {
    padding-top: 25px;
}
.light input.sliderField {
	border-radius: 3px;
	border: 1px solid transparent;
	border-bottom: 1px solid #DDD;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 0px 1px #FFF, 0 1px 0 #FFF;
	outline: 0;
	height: 24px;
	padding: 0 5px;
	width: 65px;
	color: #666666;
	font-size: 1.2em;
}
.light input.sliderField:focus {
    border: 1px solid #FAA000;
    box-shadow: 0 0 1px #FAA000 inset;
	outline:0;
}
.selectOptionalArea {
	clear: none;
	display: inline-block;
	height: 23px;
	margin-left: 2px;
	padding: 0;
	vertical-align: top;
}
.light .searchbox form span {
	clear: both;
}
.light .lbl_alt {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-top: 4px;
}
.light .searchbox .priceScale {
	float: left;
	padding-left: 0;
	width: 270px;
}
.light .searchbox .sizeScale {
	float: left;
	padding-left: 0;
	width: 220px;
}
.light .searchbox .rooms-select li {
	cursor: pointer;
	outline: 0;
	margin-top: 1px;
	height: 26px;
	font-size: 11px;
	margin-right: 2px;
	border-radius: 5px;
	background: white;
	width: 32px;
	border: 2px solid #d6d6d6;
}
.light .searchbox .rooms-select li.active {
	background: #faa000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #FF7602;
}
.list-select-light{
	width: 100%;
}
.list-select-light, .list-select-light li{
	display: block;
}
.list-select-light li{
	float: left;
	box-sizing: border-box;
}
.list-select-light li.active a{
	background: #faa000;
	border-color: #dadada;
	color: #fff;
}
.list-select-light li a{
	border-radius: 3px;
	background: #ffffff;
	display: block;
	text-align: center;
}
.list-select-light li a:hover{
	text-decoration: none;
	border-color: #faa000;
}
.light .searchbox #mydiv {
	background: none repeat scroll 0 0 #F9F9F9;
	border: none;
	float: left;
	padding-bottom: 10px;
	padding-top: 0;
	position: relative;
	width: 953px !important;
}
.light .advanced_first {
	float: left;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-top: 5px;
	width: 22%;
}
.light .advanced_second {
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 26%;
}
.light .advanced_third {
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 23%;
}
.light .advanced_forth {
	float: left;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 10px;
	width: 21%;
}
.light .selectOptionalCurrency {
	display: inline-block;
	margin-left: 2px;
	position: relative;
	vertical-align: top;
}
.light .selectPurpose,
.light .selectCondition {
	position: relative;
}
.light .searchbox .searchFooter .buttonContainer2 {
	float: right;
	line-height: 11.5pt;
	margin-right: 2px;
}
.light .searchbox .searchFooter .buttonContainer2 a {
	display: inline;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
}
.light .searchbox .searchFooter .buttonContainer2 a.button {
	margin-bottom: 0;
	margin-left: 17px;
	margin-right: 0;
}
.light .id_advancedSearch_toggler {
	float: right;
	margin-top: 5px;
	text-transform: capitalize;
}
.light .searchbox .searchFooter .buttonContainer {
	float: left;
}
/* auction */
.light .searchFooter.auction{
	border:none;
	padding: 3px 0;
}
.light .searchFooter.auction .buttonContainer a span{
	vertical-align:top;
}
.light .searchFooter.auction strong{
	font-size:13px;
	margin-right:10px;
}
.light .searchFooter.auction .buttonContainer{
	margin:0;
}
/* agency */ 
.light .search_offer_counter_altAgency {
	min-height:126px;
	text-shadow: #e3e3e3 0px 0px 1px;
	text-align: center;
	width: 229px;
	padding-top: 10px;
	float: right;
}
.light .searchAgency .basic_options{
	width: 710px;
	min-height: 121px; 
	float:left;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
}
.light .keywordAgency {
    clear: right;
    float: left;
    margin-left: 10px;
    position: relative;
}
.keywordAgency .wrap {
	float:left;
	clear:left;
	position:relative;
	width:639px;
	min-height:40px;
}
.light .searchbox .fieldIdle{
	line-height:40px;
}
.light .searchbox .fieldFocus { 
	line-height:38px;
   	display: block;
	width: 801px;
	outline: none;
	vertical-align: middle;
	padding: 0 20px 0 9px;
	float:left;
	border:1px solid #FAA000;
	box-shadow:0 0 1px #FAA000 inset;
}
.light .searchbox .field { 
    display: block;
	width: 590px;
	min-height: 40px; 
	padding: 0 40px 0 10px;
	margin-bottom: 10px;		 
	outline: none;
	vertical-align: middle; 
	float:left;
	font-size:1.6em;
}
.light .searchbox form span div{width:100%;}
.light .selectFirstAgency {
	width: 600px;
	float:left;
	margin-left: 10px;
}
.light .selectFirstAgency  ul {
	float:left;
	margin-right: 20px;
	font-size: 1.2em;
}

/* SEARCH END */

.toggle-search{
	width: 980px;
	margin: 0 auto 10px;
	text-align: right;
	font-size: 13px;
}
.toggle-search > a{
	color: #999;
	padding:3px 6px;
	text-decoration: underline;
}
.toggle-search--main > a{
	color: #ececec;
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}
.search-hidden{ /* for demo purpose */
	display: none;
}

/* NEW SEARCH START */
.new-search{
	width: 980px;
	margin: 0 auto 15px;
	font-size: 13px;
}
.new-search__tabs{
	width: 100%;
	display: flex;
}
.new-search__tab{
	background: #000000;
    color: #fff;
    flex: 1;
    padding: 30px 20px;
    text-align: center;
    opacity: 0.75;
    position: relative;
    cursor: pointer;
}
.new-search__tab:hover{
	opacity: 0.8;
}
.new-search__tab.active{
	background: #ffffff;
	color: #333333;
	opacity: 1;
	padding-bottom: 35px;
	margin-bottom: -5px;
	transform:translateY(-5px);
	transition: opacity 0.3s, transform 0.15s;
}
.new-search__tab.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent #000 transparent;
}
.new-search__tab.active .cf{
	color: #faa000;
	opacity: 1;
}
.new-search__tab:not(:first-child){
	margin-left: 2px;
}
.new-search__tab .cf{
	font-size: 40px;
	margin-bottom: 10px;
}
.new-search__tab strong{
	font-size: 14px;
}
.new-search__tab div:first-child,
.new-search__tab div:last-child{
	opacity: 0.7;
}
.new-search__box{
	background: rgba(0,0,0,0.75);
	clear: both;
	padding: 15px;
}
.new-search__box--results{
	background: #f9f9f9;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.new-search__box--results .new-search__footer{
	color: #333;
}
.new-search__box--results .new-search__area-select{
	right: 7px;
}
.new-search__row:not(:last-child){
	margin-bottom: 10px;
}
.new-search__row--flex{
	display: flex;
}
.new-search__row--flex > div{
	flex: 1;
}
.new-search__column{
	box-sizing: border-box;
	float: left;
	position: relative;
}
.new-search__column:not(:last-child){
	padding-right: 10px;
}
.new-search__column--w16{width: 16.66%}
.new-search__column--w20{width: 20%;}
.new-search__column--w25{width: 25%;}
.new-search__column--w40{width: 40%;}
.new-search__column--w60{width: 60%;position: relative;}
.new-search__column--w80{width: 80%;}

.new-search__autocomplete{
	display: none;
	background: white none repeat scroll 0 0;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #dadada;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    z-index: 5;
}
.new-search__autocomplete .autocomplete-close{
	position: absolute;
	right: 24px;
	top: 12px;
	color: #999999;
	text-decoration: underline;
	text-transform:none;
}
.new-search__autocomplete.active{
	display: block;
}
.new-search__autocomplete--main{
	width: auto !important;
	right: 10px !important;
}
.new-search__autocomplete .new-search__autocomplete__inner{
	transition: transform 0.3s;
	transform: translateY(-10px);
}
.new-search__autocomplete.active .new-search__autocomplete__inner{
	transform: translateY(0px);
}
.new-search__autocomplete.selectize-dropdown-open{
	padding-bottom: 35px;
}
.new-search__autocomplete.selectize-dropdown-open.active .new-search__autocomplete__inner{
	transform: translateY(25px);
}
.new-search__autocomplete__heading{
	padding: 15px 10px 5px;
	color: #faa000;
	text-transform: uppercase;
	font-weight: bold;
}
.new-search__autocomplete li{
	border-bottom: 1px solid #dadada;
	position: relative;
}
.new-search__autocomplete li.new-search__autocomplete__heading {
    border-bottom: 0px;
}
.new-search__autocomplete li label{
	font-weight: bold;
}
.new-search__autocomplete li label:hover,
.new-search__autocomplete li a:hover{
	background: #f9f9f9;
}
.new-search__autocomplete__section label {
    box-sizing: border-box;
    display: block;
    line-height: 1.3 !important;
    padding: 10px 10px 10px 38px !important;
    width: 100%;
}
.new-search__autocomplete__section [type="checkbox"]:not(:checked) + label::before,
.new-search__autocomplete__section [type="checkbox"]:checked + label::before {
    left: 10px;
    top: 8px;
}
.new-search__autocomplete__section [type="checkbox"]:not(:checked) + label::after,
.new-search__autocomplete__section [type="checkbox"]:checked + label::after{
	left: 12px;
	top: 10px;
}
.new-search__autocomplete li .count,
.new-search__autocomplete li .right-col{
	font-weight: normal;
	color: #999;
	margin-left: 5px;
}
.new-search__autocomplete li .right-col{
	padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.new-search__autocomplete--new-project li.sub-selection{
	margin-left: 30px;
}
.new-search__autocomplete--new-project li.sub-sub-selection{
	margin-left: 60px;
}
.listing-numbers li,
.listing-numbers a{
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.listing-numbers a {
    padding: 10px 60px 10px 10px;
}
.listing-numbers .listing-numbers__info{
    display: block;
    float: left;
}
.listing-numbers .listing-numbers__info > span{
	display: block;
}
.listing-numbers img{
	height: 57px;
}
.new-search__area-select,
.new-search__area-select--new-project{
    padding: 8px;
    position: absolute;
    right: 18px;
    top: 7px;
    z-index: 1;
}
.newProjectsPage .new-search__area-select--new-project{
	    right: 10px;
}
.new-search__area-select--new-project{
	/*right: 7px;*/
	background: #666;
	border-radius: 3px;
}
.new-search__area-select:before,
.new-search__area-select--new-project:before{
	content: "";
	border-left: 1px solid #dadada;
	height: 32px;
	position: absolute;
	top: 0px;
	left: -10px;
}
.new-search__area-select:hover{
	background:#f1f1f1;
	text-decoration: none !important;
}
.new-search__area-select--new-project:hover{
	background: #faa000;
}
.new-search__area-select .fa{
	color: #faa000;
}
.new-search__area-select--new-project .fa{
	line-height: 0.5;
    vertical-align: middle;
    color: #fff;
}
.new-search__search-btn{
	width: 20%;
}
.new-search__search-btn .btn{
	width: 100%;
}
.new-search__footer{
	color: #fff;
	padding-top: 10px;
}
.new-search__footer a{
	color: #999999;
	margin-left: 10px;
}
.new-search__footer--main a{
	color: #bababa;
}
.new-search__popular-searches,
.new-search__popular-searches li{
	display: inline;
}
.new-search__map-search{
	float: right;
}
.new-search__map-search .fa{
	font-size: 16px;
	vertical-align: middle;
	margin-right: 3px;
}
.new-search select, .new-search input, .new-search .CaptionCont, .dropdown-w-sub a{
	display: block;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: inherit;
	outline: none;
	padding: 10px;
	background: white;
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
	border:2px solid #dadada;
	line-height: 1;
	max-height: 50px;
	color: #666;
	line-height: 24px;
	border-radius: 0;
}
.new-search select:focus, 
.SumoSelect.open > .CaptionCont,
.new-search .dropdown-w-sub a:focus{
	border-color: #faa000;
}
.dropdown-w-sub{
	position: relative;
}
.dropdown-w-sub a{
	font-weight: normal;
	cursor: pointer;
}
.dropdown-w-sub a.active{
	font-weight: bold;
}
.dropdown-w-sub a:hover{
	text-decoration: none;
}
.dropdown-w-sub:after, 
.new-search select:after,
.SumoSelect:after{
	content: "";
	position: absolute;
	right: 12px;
	top: 48%;
	border-style: solid;
	border-width: 5px;
	border-color: #666666 transparent transparent;
	pointer-events: none;
}
.SumoSelect:focus > .CaptionCont, 
.SumoSelect:hover > .CaptionCont, 
.SumoSelect.open > .CaptionCont{
	border-color: #faa000;
	box-shadow: none;
	cursor: pointer;
}
.SumoSelect:hover > .CaptionCont,
.dropdown-w-sub a:hover,
.combo-select input:hover,
.selectize-input:hover{
	border-color: #bababa !important;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #666;
    font-weight: normal;
    font-style: normal;
}
.dropdown-w-sub.opened:after,
.SumoSelect.open:after{
	border-color: transparent transparent #faa000;;
	top: 35%;
}
.dropdown-w-sub-content{
	position: absolute;
	width: 320px;
	z-index: 5;
	background: #f9f9f9;
	box-shadow: 0 1px 6px rgba(0,0,0,0.35);
	padding: 15px;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
}
.dropdown-w-sub-content.opened{
	pointer-events: all;
	visibility: visible;
	transform: translateY(0px);
	transition: transform 0.25s;
}
.dropdown-w-sub-content--right{
	right: 0;
}
.dropdown-w-sub-content--small{
	width: 250px;
}
.dropdown-w-sub-content .dropdown-item-row{
	margin-bottom: 10px;
}
.dropdown-w-sub-content .dropdown-item-row.separator{
	border-bottom: 1px dashed #dadada;
	padding-bottom: 10px;
}
.dropdown-w-sub__footer{
	margin-top: 15px;
}
.dropdown-w-sub__footer a{
	color: #999;
}
.custom-select{
	position: relative;
}
.custom-select option{
	display: none;
}
.custom-select-dd{
	display: none;
	background: white;
	position: absolute;
	z-index: 5;
	top:50px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.35);
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
}
.custom-select-dd.opened{
	display: block;
}
.custom-select-dd li{
	line-height: 1.5;
	padding: 5px 10px;
	cursor:pointer;
}
.custom-select-dd li:hover,
.custom-select-dd li.focused{
	background: #f3f3f3;
}
.combo-select > select{
	visibility: hidden;
	position: absolute;
}
.combo-select input:disabled{
	background: #dadada;
}
.list-select{
	width: 100%;
}
.list-select--rooms li{
	width: 20%;
}
.list-select, .list-select li{
	display: block;
}
.list-select li{
	float: left;
	box-sizing: border-box;
}
.list-select li:not(:last-child){
	padding-right: 4px;
}
.list-select li.active a{
	background: #faa000;
	border-color: #dadada;
	color: #fff;
}
.list-select li a{
	border-radius: 3px;
	background: #ffffff;
	border: 2px solid #dadada;
	display: block;
	padding: 10px 0;
	text-align: center;
}
.list-select li a:hover{
	text-decoration: none;
	border-color: #faa000;
}
.SumoSelect .optWrapper{
	transform: translateY(-10px);
	display: block;
	visibility: hidden;
}
.SumoSelect.open > .optWrapper{
	top: auto;
	visibility: visible;
	transform: translateY(2px);
	transition: transform 0.3s;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: #faa000;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
    border: 2px solid #dadada;
    box-shadow: none;
}
.SumoSelect > .CaptionCont > label > i{
	background: none;
}
.sumoselect-styled-old .SumoSelect {
    width: 179px;
}
.sumoselect-styled-old .SumoSelect::after {
    right: 6px;
}
.sumoselect-styled-old .SumoSelect.open::after {
    top: 24%;
}
.sumoselect-styled-old .SumoSelect .CaptionCont{
	background-color: #fff;
    border-bottom: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35) inset;
    font-size: 13px;
    margin: 0;
    min-height: 14px;
    padding: 4px 6px;
    position: relative;
}
.sumoselect-styled-old .SumoSelect .CaptionCont > label{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e0e0e0+100 */
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	border:1px solid #dadada;
    border-radius: 0 3px 3px 0;
    right: 0;
    width: 20px;
}
.selectize-input{
	padding: 13px 10px;
	border: 2px solid #dadada;
	box-shadow: none;
	border-radius: 0;
	font-size: 13px;
	overflow: visible;
}
.selectize-input.focus{
	box-shadow: none;
	border-color: #faa000;
}
.selectize-input input:placeholder{
	font-style: italic;
}
.selectize-dropdown {
  border: 2px solid #dadada;
  background: #ffffff;
  margin: 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-dropdown .active{
	background: #ebebeb;
}
.selectize-control.multi .selectize-input.has-items{
	padding: 6px 125px 2px 5px;
}
.selectize-control.multi .selectize-input > div.active,
.search-tokens .search-token{
	background: #534343;
	color: #FFF;
}
.selectize-control.multi .selectize-input > div,
.search-tokens .search-token{
	display: inline-block;
	position: relative;
    background: #534343;
	background: -moz-linear-gradient(top, #534343 0%, #2d383a 100%);
	background: -webkit-linear-gradient(top, #534343 0%, #2d383a 100%);
	background: linear-gradient(to bottom, #534343 0%, #2d383a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534343', endColorstr='#2d383a',GradientType=0 );
    border-radius: 5px;
    color: #fff;
    padding: 7px 13px;
}
.selectize-control.plugin-remove_button [data-value] .remove,
.search-tokens .search-token .remove{
    border: none;
    border-radius: 0 2px 2px 0;
    bottom: 0;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
  	font-size: inherit;
    font-weight: bold;
    padding: 6px 0;
    position: absolute;
    right: 4px;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
    width: 17px;
    z-index: 1;
}
.new-search input::-webkit-input-placeholder{
	font-style: italic;
	font-weight: normal !important;
}
/*.new-search .sumoselect {
	visibility: hidden;
}*/
.new-search .sumoselect.visible-mob{
	visibility: visible;
}
.new-search .SumoSelect{
	width: 100%;
	visibility: auto;
}
.new-search .SumoSelect > .CaptionCont > span{
	padding-right: 10px;
}
.SumoSelect li.opt.selected{
	font-weight: bold;
}
.new-search .form-label {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}
.new-search .form-group--double .form-group__item{
	position: relative;
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
.new-search .form-group--double .form-group__item:first-child::after {
    color: #cccccc;
    content: "-";
    position: absolute;
    right: 2px;
    top: 14px;
}
.new-search .form-group--extra .form-group{
	width: 75%;
	float: left;
}
.new-search .form-group--extra .form-group--extra__item{
	width: 25%;
	float: left;
}
.new-search .form-group--extra .form-group--extra__item > span{
	display: block;
    font-weight: bold;
    padding: 13px 10px;
}
.column--w50{
	width: 50%;
	float: left;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked{
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding: 5px 5px 5px 25px;
  line-height: 2.2;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	border-style: solid;
	border-color: #dadada;
	border-width: 2px;
	background: #fff none repeat scroll 0 0; 
    border-radius: 5px;
    content: "";
    height: 17px;
    left: -2px;
    position: absolute;
    top: 2px;
    width: 17px;
}
[type="radio"]:checked + label:before{
	background: #faa000 none repeat scroll 0 0;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before{
	border-radius: 90px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	background-color: #faa000;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 11px;
    height: 17px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 17px;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after{
	background: #fff none repeat scroll 0 0;
    border-radius: 90px;
    height: 5px;
    left: 6px;
    top: 10px;
    width: 5px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #faa000;
}

/* hover style just for information */
[type="checkbox"]:not(:checked):hover + label:before,
[type="checkbox"]:checked:hover + label:before{
 border-color: #faa000;
}
.flatpickr-day.endRange, 
.flatpickr-day.endRange.nextMonthDay, 
.flatpickr-day.endRange.prevMonthDay, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.selected, 
.flatpickr-day.selected.nextMonthDay, 
.flatpickr-day.selected.prevMonthDay, 
.flatpickr-day.selected:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange, 
.flatpickr-day.startRange.nextMonthDay, 
.flatpickr-day.startRange.prevMonthDay, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.startRange:hover{
	background: #faa000;
	border-color: #faa000;
}
.flatpickr-day.selected{
	color: #fff;
}
.search-tokens{
	font-size: 13px;
	margin-bottom: 25px;
}
.search-tokens .search-token{
	padding-right: 24px;
	margin-right: 5px;
	margin-top: 5px;
}
.search-tokens .search-token .remove{
	margin-left: 5px;
}
.search-token.not-removable{
	padding-right: 13px;
}
.search-token.not-removable .remove{
	display: none;
}
.auction-sub{
	display: none;
}
.auction-sub.visible{
	display: block;
}
.loading-overlay-wrap{
	position: relative;
}
.loading-overlay{
	display: none;
	background: rgba(249,249,249,0.8);
    position: absolute;
    z-index: 50;
    opacity: 0;
    transition: opacity 0.2s;
    height: 100%;
    width: 100%;
}
.loading-overlay.active{
	display: block;
	opacity: 1;
}
.loading-overlay > span{
	text-align: center;
    display: block;
    font-size: 15px;
    margin-top: 30px;
    font-weight: bold;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-overlay .fa-refresh{
	animation: rotating 2s linear infinite;
}
/* NEW SEARCH END */

.settings {}
.settings,
.settings ul,
.settings li,
.settings p,
.settings label,
.makeOfferForm .form,
.makeOfferForm ul,
.makeOfferForm li,
.makeOfferForm label,
.makeOfferForm .form span.tip,
.sendToFriendForm .form,
.sendToFriendForm ul,
.sendToFriendForm li,
.sendToFriendForm label,
.sendToFriendForm .form span.tip,
.sendRequestForm .form,
.sendRequestForm ul,
.sendRequestForm li,
.sendRequestForm label,
.sendRequestForm .form span.tip,
.reportAd .form,
.reportAd ul,
.reportAd li,
.reportAd label,
.reportAd .form span.tip {
	display:block;
	float:left;
}
.searchSettings,
.passRecovery,  
.sendRequestForm {
	width:740px;
	overflow:hidden;
}
.makeOfferForm, .makeOfferForm .form,
.sendToFriendForm, .sendToFriendForm .form,
.reportAd, .reportAd .form{
	width:580px;
	overflow:hidden;
}
.makeOfferForm ul,
.sendRequestForm ul {
	width:100%;
	margin-bottom:10px;
}
.sendRequestForm p,
.makeOfferForm p {
	margin-bottom:1em;
	clear:left;
	padding:10px 15px;
	background:#ebebeb;
	width:100%;
	box-sizing: border-box;
}
.captcha{
	float:left;
	margin-right:5px;
}
.makeOfferForm .form span.tip,
.sendRequestForm .form span.tip {
	padding-left: 150px;
}
.textfield,
.textarea{
    font-size: 13px;
	padding: 0 6px;
	border-radius: 3px;
	border: 1px solid transparent;
	border-bottom: 1px solid #DDD;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 0 1px #FFF, 0 1px 0 #FFF;
	outline: 0;
}
.textfield:focus,
.textarea:focus{
	border: 1px solid #FAA000;
	box-shadow: 0 0 1px #FAA000 inset;
	outline:0;
}
.textfield{
	height:24px;
}
.textarea{
	font-family: "Trebuchet MS", arial, sans-serif;
    max-width: 385px;
    padding: 5px;
	float:left;
	margin-right:5px;
}
.sendRequestForm .textfield,
.makeOfferForm .textfield,
.reportAd .textfield,
.mycity24 .settings .textfield{
	float:left;
	margin-right: 3px;
}
.validateError{
	color: #ff3535;
    float: right;
    margin: 10px 0 0;
    text-align: right;
    width: 100%;
}

form#registrationForm li.verify, form#registrationForm li.error {padding-left:197px;}
form#contactForm li.verify, form#contactForm li.error {padding-left:150px;}
form#userMakesAnOfferForm li.verify, form#userMakesAnOfferForm li.error {padding-left:150px;}
form#forgotPasswordForm li.verify, form#forgotPasswordForm li.error {padding-left:197px;}
form#forgotPasswordForm2 li.verify, form#forgotPasswordForm2 li.error {padding-left:197px;}
form#changePasswordForm li.verify, form#changePasswordForm li.error {padding-left:197px;}
form#emailInputForm li.verify, form#emailInputForm li.error {padding-left:15px;}
form#userSettingsForm li.verify, form#userSettingsForm li.error {padding-left:197px;}
form#sendFriendForm li.verify, form#sendFriendForm li.error {padding-left:150px;}
form span.verify, form span.error {color:rgb(255,0,0); font-weight:bold;padding-bottom:4px;}
form td.verify, form td.error {color:rgb(255,0,0); font-weight:bold;padding-left:150px;}

.settings,
.settings ul,
.settings li,
.settings p,
.makeOfferForm h2,
.makeOfferForm ul,
.makeOfferForm li,
.makeOfferForm .form span.tip,
.sendRequestForm h2,
.sendRequestForm ul,
.sendRequestForm li,
.sendRequestForm .form span.tip,
.sendRequestForm p,
.reportAd ul,
.reportAd li, {
	clear:left;
}
.settings ul {
	width:100%;
	margin-bottom:10px;
}
.settings.register ul {
	width:auto;
}
.settings li {
	margin-bottom:5px;
	width:540px;
}
.makeOfferForm li,
.sendRequestForm li,
.sendToFriendForm li,
.reportAd .form > ul > li {
	margin-bottom:5px;
	width:100%;
}
.settings .invoiceData li {
	width:100%;
}
.settings label {
	width:186px;
	margin-right:10px;
	text-align:right;
}
.dots p {
	padding-left:10px !important;
}
.makeOfferForm label,
.sendRequestForm label,
.sendToFriendForm label,
.reportAd .form > ul > li > label {
	width:140px;
	margin-right:10px;
	text-align:right;
}
.reportAd .form > ul > li > div.recaptchaEl,
.makeOfferForm form > ul > li > div.recaptchaEl, 
.sendToFriendForm .form > ul > li > div.recaptchaEl{
	margin-left:150px;
	float:left;
}
.sendmessageForm table > tbody >tr > td > div.recaptchaEl{
	margin-left:90px;
	float:left;
}
.settings .interestsData li,
.settings .termsAndConditions li {
	padding-left:196px;
	margin-bottom:0px;
}
.sendRequestForm .additionalInformation li {
	padding-left:150px;
	width:557px;
	clear:left;
}
.sendRequestForm .generalInformation li span {
	display:block;
	float:left;
	margin-right:3px;
	font-size:13px;
	line-height: 27px;
}
.sendRequestForm .generalInformation li span.customStyleSelectBox {
    float: none;
}
.sendRequestForm label.list {
	max-width:none !important;
}
.cancelSubscription {
	padding-top:3em;
	clear:left;
	float:left;
	width:100%;
	display:none;
}
.settings .interestsData li li {
	padding-left:20px;
}
.settings .interestsData label,
.settings .termsAndConditions label,
.sendRequestForm .additionalInformation label {
	width:auto;
	text-align:left;
	margin-right:10px;
	float:none;
	display:inline;
}

.settings {
	width:100%;
}
.settings .textfield {
	width: 194px;
}
.settings .required em,
.makeOfferForm .required em,
.sendRequestForm .required em,
.insurance tr.required em,
.contact_modal .required em,
.sendToFriendForm em,
.reportAd .required em {
	display:block;
	float:left;
	width:5px;
	height:22px;
	margin:1px 5px 0 0;
	background:#fbaa00;
}
.legend.required.tip {
    display: block;
    float: right;
    font-size: 13px;
    margin-top: 5px;
}
.settings .required em span,
.makeOfferForm .required em span,
.sendRequestForm .required em span,
.reportAd .required em span {
	display:none;
}
.wizardNav {
    line-height: 37px;
}
.settings .wizardNav {
	margin-top:10px;
	padding-left:189px;
}
.settings .wizardNav li{
	margin-right:10px;
}
.makeOfferForm .wizardNav a,
.sendRequestForm .wizardNav a.navButton {
	margin-left:150px;
	margin-right:10px;
}
.settings p {
	margin-top:0px;
	padding-left:196px;
	width:540px;
}
.register h2 {padding-left:196px;}
.makeOfferForm h2,
.sendRequestForm h2 {padding-left:150px;}
.settings .wizardNav li {
	clear:none;
	width:auto;
}
.sortTable {
	margin-bottom:10px;
}
.editSearch {
	margin-bottom:10px;
	padding:10px;
	background:#1a1a1a;
	background: -moz-linear-gradient(top,  #4a4a4a,  #1a1a1a);
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#1a1a1a));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#1a1a1a');
}
.editSearch .navButton {margin-left:0;margin-top:0;margin-right:10px;}
.editSearch  h1 {
	font-size:1.7em;
	text-transform:uppercase;
	margin:0px;
	font-weight:normal;
	color:#fff;
}

/* Search settings start */
.savedsearches .resultLinks li, .searchSettings .resultLinks li, .resultFooter .resultLinks li {
    float: left;
}
.searchSettings, .fancybox.favourites{width:727px;overflow:hidden;}
.searchSettings.empty{width:475px;}
.fancybox.confirm{width:auto;overflow:hidden;}
.searchSettings label.list {max-width:100%;}
.searchSettings .search.summary label strong {padding-right:10px;}
.searchSettings input#searchTitle {
	height:30px;
	width:350px;
	margin-bottom:5px;
	padding:1px 5px;
	font-size:13px;
	float:none;
}
.searchSettings input#searchTitle:focus{
	height:30px;
}
.searchSettings .alertSettings, 
.results.list .alertSettings,
.passRecovery .contactInfo {
	background: none repeat scroll 0 0 #ececec;
	border-top: 1px dashed #DADADA;
	font-size: 13px;
	margin: 10px 0 0;
	min-height: 20px;
	padding: 10px 13px;
	margin: 10px 0;
}
.light .fancybox.confirm .confirm_wrap{
	font-size:13px;
	float:left;
	padding:0;
	max-width:350px;
}
.light .fancybox.deleteObject.confirm .confirm_wrap,
.light .fancybox.deactivate.confirm .confirm_wrap{
	max-width:520px;
}
.light .fancybox.deleteObject.confirm p
.light .fancybox.deactivate.confirm p{
	color:#999999;
}
.light .fancybox.deleteObject.confirm .result,
.light .fancybox.deactivate.confirm .result{
	width:500px;
	margin-left:1px;
	margin-right:1px;
}
.light .fancybox.deleteObject.confirm .result .thumb,
.light .fancybox.deactivate.confirm .result .thumb{
	width:115px;
	height:100px;
}
.light .fancybox.deleteObject.confirm .result .thumb img,
.light .fancybox.deactivate.confirm .result .thumb img{
	height:100%;
}
.light .fancybox.deleteObject.confirm .result .result_header,
.light .fancybox.deactivate.confirm .result .result_header{
	width:350px;
	border-bottom:none;
}
.light .fancybox.deleteObject.confirm .result .price,
.light .fancybox.deactivate.confirm .result .price{
	margin-top:5px;
	text-align:left;
	float:left;
}
.light .fancybox.confirm .confirm_wrap p{
	border-bottom: 1px dashed #DADADA;
    padding-bottom: 10px;
	text-align:center;
}
.light .fancybox.confirm .dialogNavi{
	width:100%;
	text-align:center;
	padding:0;
}
.light .fancybox.confirm .dialogNavi li{
	display:inline;
	float:none;
}
.light .fancybox.confirm .dialogNavi li a{
	float:none;
	display:inline;
}
.results.list .alertSettings .alerts{margin-bottom:4px;}
.results.list .searchSummary .alertSettings{
	background: none repeat scroll 0 0 #F0F0F0;
    float: left;
    margin: 0 0 0 -10px;
    padding: 10px;
    width: 100%;
}
.searchSettings .alertSettings .alerts {padding-left:0px;}
.searchSettings .alertSettings .alerts input{
	position:relative;
	width:200px;
	float:none;
    font-size: 13px;
    position: relative;
    width: 200px;
}
.searchSettings .alertSettings .alerts .alertDropdown, .results.list .alerts .alertDropdown{font-size:11px;}
.searchSettings .alertSettings .alerts .interval, .results.list .alertSettings .alerts .interval{font-size:13px;}
.light .dialogNavi{
	float: left;
    padding: 0 0 10px 10px;
    width: 713px;
	/*height:25px;*/
}
.searchSettings .dialogNavi .button {min-width:60px;text-align:center;margin-right:15px;}
.dialogNavi .link {line-height:25px;}
.searchSettings h1.header{
    background: none;
	filter: none;
    border: none;
	border-bottom:1px dashed #DADADA;
    color: #666666;
}
.searchSettings .column{
	float: left;
    font-size: 13px;
    width: 350px;
	margin-top:-10px;
}
.searchSettings .column p{float:left;}
.searchSettings .left{padding: 0 15px 0 5px;border-right:1px dashed #DADADA;}
.searchSettings .right{padding-left:15px;}
/*.searchSettings form{
	float: left;
    text-align: right;
	}
.searchSettings form ul{
	position:relative;
}
.searchSettings form ul li{
	display: block;
    margin: 5px 0;
    position: relative;
}
*/
.searchSettings .saveLogin{
	float: left;
    height: 22px;
    margin: 10px 0 0;
}
.searchSettings .saveLogin a.link, .searchSettings .right a.link{
	float: left;
    font-size: 13px;
    margin-left: 10px;
}
.searchSettings a.button{
	text-transform:none;
	font-weight:bold;
	font-size:13px;
}
/*.searchSettings .right a.link{
    margin-left: 10px;
	margin-right: 0;
}*/
.searchSettings .errorMsg{
	color: #CF3000;
    float: left;
    font-size: 12px;
}
.searchSettings .altLogin{
	border-bottom: 1px dashed #DADADA;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.searchSettings .column .tip-wrap{
	background: none repeat scroll 0 0 #F3F3F3;
    float: right;
    margin: 0 5px 18px 0;
    padding: 10px;
}
.searchSettings .column .tip-wrap span{
	display: table-cell;
    padding-right: 8px;
    vertical-align: top;
}
.results.list {
    position: relative;
    width: 762px;
	float:left;
}
.light .fancybox .results.list, .light .fancybox .results.resultList{
	margin:-10px 0 0 0;
    height: auto;
    padding: 10px 0 0 0;
	width:auto;
}
.results.list .options{
	margin-top:5px;
	text-align:right;
}
.results.list .options li, .searchSummary .options li{
	border:none;
	margin-right:0;
	padding-right:0;
}
.results.list li, .searchSettings li, .searchSummary .options li, .favourites .dialogNavi li{
	clear: none;
    display: inline;
	margin-right:10px;
}
.searchSettings .dialogNavi li, .favourites .dialogNavi li{
	margin:0;
}
.searchSummary .summaryHeader .priceRange{
	float:right;
}
.results.list li{
	padding-top:6px;
}
.searchSummary .options li, .searchSettings .options li{
	padding-bottom:10px;
}
.searchSummary .options li.last, .searchSettings .details li.last{
	border:none;
}
.searchSettings .altLogin li{
	float:left;
}
.searchSettings .alerts{
	font-size:inherit;
}
.searchSettings .alertSettings,
.dialogNavi .link{font-size:1.2em;}
.searchSettings em { font-style: normal;color: #9D9D9D;}
.searchSettings .search.summary label strong {font-size:1.4em;font-weight: 400;}
.searchSettings a.link {color:#FF6C00;}
.searchSettings .details{border-top: 1px dashed #DADADA;border-bottom: 1px dashed #DADADA;margin-bottom: 10px;padding: 10px 0;}
.results.list li.result{
	width: 690px;
	height: auto;
	position: relative;
	margin:0 0 20px 0;
	border:1px solid #DADADA;
	padding:10px 10px 0;
	display: inline-block;
	float: left;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.results.list .result .summaryHeader{
	background:none;
    border-bottom: 1px dashed #DADADA;
    clear: both;
    display: block;
    float: left;
    margin: -10px 0 10px -10px;
    padding: 10px 10px 5px;
    width: 100%;
	font-size:15px;
	font-weight:bold;
}
.light .results.list .result .summaryHeader a{
	display: block;
    float: left;
    max-width: 480px;
	line-height:1.5;
	text-decoration:none;
}
.light .results.list .result .summaryHeader a:hover strong{
	text-decoration:underline;
}
.light .results.list .result .close, .light .result_header .row .close, .light .resultList .result .close{
	position:absolute;
	right:-16px;
	top:-16px;
	background:url(../cssResource/res/images/sprite_close.png);
	width:32px;
	height:32px;
	cursor:pointer;
}
.results.list .result .summaryHeader .close:hover, .result_header .row .close:hover{
	background:url(../cssResource/res/images/sprite_close.png) 0 32px;
}
.results.list .result .summaryInfo{
	width:100%;
	float:left;
	display:block;
	clear:both;
	font-size:13px;
}
.results.list .result .summaryInfo .column{
	width:50%;
	margin:0;
}
.results.list .result .summaryInfo .location{
	color:#999;
	margin:0;
}
.results.list .result .summaryInfo .condition{
	color:#999;
}
.results.list .result .resultFooter{
	position:relative;
	margin-top: 10px;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px dashed #DADADA;
	padding: 0;
}
.results.list .resultFooter ul.resultLinks {
	padding:0;
	float: left;
	width:100%;
}
.results.list .resultFooter .alertControl .alert span {text-transform:none;font-size:13px;}	
.results.list .resultFooter .alertControl.disabled span{color:#999;}
.results.list .resultFooter .alertControl {
	position:relative;right:0px;width:auto;float:left;padding:0;
}
.results.list .resultFooter .alertControl .alert{
    border-radius: 0;
    display: block;
    float: left;
    height: auto;
    line-height: 26px;
    margin-left: -10px;
    margin-top: 0;
    padding: 3px 3px 3px 7px;
    position: relative;
    top: 0;
	border-right: 1px dashed #DADADA;
}
.results.list .resultFooter .alertControl .alert.enable{
	background-color:#FBB41F;
	background: linear-gradient(to bottom, #FBB41F ,#FB9906);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBB41F', endColorstr='#FB9906');	
}
.results.list .resultFooter .alertControl .alert.enable:hover{
	background-color:#FFC42F;
	background: linear-gradient(to bottom, #FBA112 ,#FB8106);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBA112', endColorstr='#FB8106');
	text-decoration:none;
}
.results.list .resultFooter .alertControl .alert.disable{
	background:none;
	filter:none;
}
.results.list .resultFooter .alertControl .alert.disable:hover{
	background:#F0F0F0;
	text-decoration:none;
}
.results.list .alertControl .alert.disable span{
	background: url('../cssResource/res/images/email_alert_sprite.png') left top no-repeat transparent;
	color:#999;
}
.results.list .alertControl .alert.disable span.arrowDown{
	background: url('../cssResource/res/images/arrow_down.png') left top no-repeat transparent;
	height: 7px;
    margin: 8px 7px;
    padding: 0;
    width: 7px;
}
.results.list .alertControl .alert.enable span{
	background: url('../cssResource/res/images/email_alert_sprite.png') left bottom no-repeat transparent;
	color:#FFF;
}
.results.list .alertControl .alert.enable span.arrowDown {
	background: url('../cssResource/res/images/arrow_down_white.png') left top no-repeat transparent;
	height: 7px;
    margin: 8px 7px;
    padding: 0;
    width: 7px;
}
.results.list .alertControl .alert.enable span.text_enable{
	display:none;
}
.results.list .alertControl .alert.disable span.text_enable{
	display:block;
}
.results.list .alertControl .alert.enable span.text_disable{
	display:block;
}
.results.list .alertControl .alert.disable span.text_disable{
	display:none;
}
.results.list .alertControl .alert span{
	display: block;
	float: left;
	padding-left: 26px;
	font-size: 13px;
	height:24px;
	line-height:24px;
}		
.results.list .resultFooter .dateCreated{
	color: #999999;
    font-size: 11px;
    margin: 0;
}
.results.list .resultFooter a.genericExpand {
padding-left: 20px;
}
/* Search settings end */

/* Broker object list start */
.broker-results .businessCard{
	border-bottom: 1px dashed #dadada;
	padding-bottom: 20px;
}
.broker-results .searchFooter{
	padding: 15px 0;
}
.broker-results .searchFooter .buttonContainer:first-child{
	margin-bottom: 10px; 
}
.broker-results .searchFooter .label{
	display: inline-block;
	font-weight: bold;
    width: 120px;
}
.broker-results .searchFooter a.active span{
	color: #666666;
	font-weight: bold;
}
.broker-results .businessCard{
	color: #666666;
	font-weight: bold;
}
/* Broker object list end */

/* Agency new styles */
.col-40 {
	flex: 0 0 40%;
  max-width: 40%;
}
.col-70 {
  flex: 0 0 65.67%;
  max-width: 65.67%;
  margin-left: 1%;
}
.col-30 {
	flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col-25 {
	flex: 0 0 25%;
  max-width: 25%;
}
.clear {
	clear: both;
}
hr.dotted {
	margin: 20px 0;
	width: 100%;
		border:none;
	border-top:1px dashed #DADADA;
}
.city-text {
	color: #FAA000;
}

.mr-10 {
	margin-right: 10px;
}
.ml-10 {
	margin-left: 10px !important;
}

.agency {
	font-size: 13px;
  padding: 0;
  word-wrap: break-word;
}

.agency ul, .lookCompany ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.agency ul li span.cf {
	margin-right: 10px;
}


.agency ul li {
    display: inline-block;
    margin-bottom: 5px;
    width: 24%;
}

.businessCard .companyName {
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.businessCard .companyName span.cf {
	margin-right: 10px;
}
.businessCard .companyName a{
	color: #FAA000 !important;
	font-size: 18px;
}
.info-text{
	font-size: 13px;
  padding: 0;
  word-wrap: break-word;
  color: #666666;
}

.info-text > .fa {
	width: 15px;
	text-align: center;
}

li a .info-text:hover {
	color: #FAA000;
}

.text-ellipsis {
	width:100%;
	white-space: nowrap;
	overflow: hidden !important;
    text-overflow: ellipsis;	    
    display: inline-block;    
}

.agency ul li a:hover,
.agency a:hover .info-text{
	color: #FAA000;
}

.businessCard a {
	font-size: 13px;
}
.businessCard .company-badge {
	background: url("../cssResource/res/images/xs-badge-build.png") no-repeat;
	width:30px;
  height:30px;
  float: left;
  margin-right: 10px;
  margin-top: -6px;
}

.businessCard .company-badge-lt {
	background: url("../cssResource/res/images/badge-lt.png") no-repeat;
	width:30px;
	height:30px;
	float: left;
	margin-right: 2px;
	margin-top: -6px;
}

div.agentsImgsContainer + div hr.dotted {
	display:none;
} 

/* end Agency new styles */

/*Branding detail*/
.badge-area {
	display: block;
	height: 30px;
	margin-bottom: 5px;
}
.company-badge {
	background: url("../cssResource/res/images/xs-badge-build.png") no-repeat;
	width:30px;
  height:30px;
  margin: 10px 10px 0 0;
  float: right;
}
.company-badge-lt {
	background: url("../cssResource/res/images/badge-lt.png") no-repeat;
	width:30px;
  height:30px;
  float: right;
}
.company-badge-details {
	background: url("../cssResource/res/images/badge-build-24.png") no-repeat;
	width:24px;
  height:24px;
  float: left;
}
.company-badge-details-lt {
	background: url("../cssResource/res/images/badge-lt.png") no-repeat;
	width:30px;
  height:30px;
  float: left;
  margin-left: -5px;
}
.lookCompany {
  background: #FFF;
  border-bottom: 0 solid #939393;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 8px;
  margin-top: -8px;
  padding: 15px 12px 15px 15px;
}
.branding-main-box {
	margin-top: 5px !important;
	height: 310px;
	padding: 0;
	width: 100%;
}
.branding-main-box .logo-section {
    padding: 10px 10px 5px 10px;
}
.lookCompany .officelogo_box img {
    padding: 0px;
    max-height: 67px;
    max-width: 165px;
    height: auto;
    width: auto;
}

.light .branding-main-box .portrait_box {
  float: left;
  height: 125px;
  overflow: hidden;
  padding: 0;
  width: 78px;
  text-align: center;
  display: inline-block;
  background-position:center;
}
.light .branding-main-box .portrait_box img{
  height: 125px;
  width: auto;
}
.imgArea {
  display: flex;
  flex-flow: row nowrap;
	justify-content: center; 
	background: #dcdcdc;
}
.imgAgencyArea {
	margin: 20px 0 30px 0;
  display: flex;
	justify-content: left; 
}
.lookCompany .company-logo {
  margin: 0;
	padding: 0px;
  margin: 0 auto;
	max-width: 150px;
    height: 55px;
}
.lookCompany .company-logo img{
	padding: 0px;
	max-height:50px;
  max-width: 150px;
  height: auto;
  width: auto;

}
.lookCompany .counting {
	font-size: 14px;
}

.lookCompany a:hover,
.lookCompany a:hover .text-gray{
	color: #FAA000;
	text-decoration: none;
}
.lookCompany .links {
	margin: 5px 0 5px 0;
}
.text-gray {
	color: #a9a9a9;	
	font-weight: normal;
	font-size: 12px;
}
.light-text {
	font-weight: 100;
}
.light .lookCompany .button {
	height: 0;
	margin-top: 7px;
	padding: 5px 0 23px;
	text-align: center;
	width: 212px;
	font-weight: 100;
}
.light .lookCompany.branding-main-box .button {
	height: 0;
    /* margin-top: 7px; */
    padding: 5px 0 23px;
    text-align: center;
    width: 212px;
    font-weight: 100;
}
.objects-row li .single-object.branding {
	width: 221px !important; 
	height: 150px !important;
}
li.lookCompany {
	padding: 0 !important;
}

/* TOOLTIP START */

.light .tooltip {
	background: none repeat scroll 0 0 #F9F9F9;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
	margin: 24px 10px;
	position: absolute;
	width: 275px;
	z-index: 253;
}
.light .tooltip .tipsHeader {
	background: none repeat scroll 0 0 #666666;
	border-bottom: 1px dashed #C4C4C4;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.light .tooltip .close {
	position: absolute;
	right: -15px;
	top: -15px;
}
.light .tipsContent {
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px 10px;
}
.light .tipsContent .tipContentSection {
	display: none;
}
.light .tipsContent .active {
	display: block;
}
.light .tipsContent .separator {
	border-top: 1px dashed #C4C4C4;
	margin: 10px -10px 0;
}
.light .tipsContent p {
	margin-bottom: 7px;
}
.light .tipsContent .image {
	background: none repeat scroll 0 0 #CCCCCC;
	display: block;
	height: 105px;
}
.light .tooltip .tipsFooter {
	width: 200px;
}
.light .tooltip ul {
	background: none repeat scroll 0 0 #EBEBEB;
	border-top: 1px dashed #C4C4C4;
	display: table;
	text-transform: uppercase;
	width: 100%;
	height: 35px;
	table-layout: fixed;
}
.light .tooltip li {
	display: table-cell;
	font-size: 13px;
	padding: 8px 0;
	text-align: center;
	width: 40px;
}
.light .tooltip li a {
	color: #999999;
	font-size: 35px;
	padding: 0 21px;
	position: relative;
	vertical-align: top;
}
.light .tooltip li a:hover {
	text-decoration: none;
	color: #FAAA00;
}
.light .tooltip li.pageDots {
	font-size: 16px;
	width: 100px;
}
.light .tooltip li.pageDots .dot {
	background: none repeat scroll 0 0 #BCBCBC;
	border-radius: 10px 10px 10px 10px;
	color: #FDFDFD;
	display: inline-table;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	vertical-align: middle;
	width: 18px;
	padding: 0;
}
.light .tooltip li.pageDots .active {
	background: none repeat scroll 0 0 #666666;
}
.light .tooltip li.first {
	border-right: 1px dashed #c4c4c4;
}
.light .tooltip li.last {
	border-left: 1px dashed #c4c4c4;
}
/* TOOLTIP END */
/* AREA LIST START */

.selectArea {
	float:left;
	width: auto;
}
.firstlist {
	float:left;
	margin-left:10px;
	width:200px;
	margin-top:5px;
}
.selectArea .selected {
	background: #E5E5E5;
}
.secondlist {
	float:left;
	margin-left:30px;	
	width:200px;
	margin-top:5px;
}
.thirdlist {
	float:left;
	margin-left:30px;
	width:240px;
	margin-top:5px;
}
.selectArea ul {
	height: 200px;
	float:left;
	border: 1px solid #DADADA;
	display:block;
	clear: right;
	width: 100%;
	background: #FFFFFF;
	overflow: auto;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left:-2px;
}
.selectArea li {
	clear: right;
	width: 100%;
	font-size: 1.2em;
	float:left;
	display:block;
}
.selectArea li.sub-section-title{
	font-weight: bold;
    margin-top: 10px;
    padding: 10px 0 5px 4px;
    border-top: 1px solid #dadada;
}
.selectArea li a{
	padding-left:4px;
	text-decoration: none;
	display:block;
}
.selectArea li a:hover{
	background: #F1F1F1;
}
.thirdlist li a{
	background: url("../cssResource/res/images/icon_removeArea.png") no-repeat scroll 3px 0 transparent;
	padding-left:22px;
	text-decoration: none;
	display:block;
}
.thirdlist li a:hover{
	background: url("../cssResource/res/images/icon_removeArea.png") no-repeat scroll 3px -50px transparent;
	padding-left:22px;
	text-decoration: none;
	display:block;
}
.selectArea h2 {
	margin-left:10px;
}

.selectArea .helperText {
    clear: left;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 13px;
}

.selectArea div .lbl {
    margin-right: 10px;
    margin-top: 5px;
    padding-bottom: 4px;
    clear: left;
    font-size: 1.4em;
    font-weight: bold;	
}
.selectAreaReady {
	float:right;
    margin-top: 10px;
    clear: right;
}
/* AREA LIST END */
/* ITEM PAGE */

.light .floater {
	background: linear-gradient(to bottom, #FFC525 ,#FAA000);
	background-color: #FAAA00;
	border-bottom: 1px solid #D48400;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	clear: both;
	color: #CCCCCC;
	float: left;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 8000;
	display:none;
}
.light .ScrollMenu {
	margin: auto;
	position: relative;
	width: 980px;
}
.light .ScrollMenu h2 {
	color: #FFFFFF;
	float: left;
	font-weight: normal;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
.light .ScrollMenu ul {
	color: #FFFFFF;
	display: block;
	float: right;
	list-style-type: none;
	margin-right: 15px;
	margin-top: 9px;
}
.light .ScrollMenu ul li {
	border-left: 1px dashed;
	display: inline;
	float: left;
	font-size: 13px;
	margin-top: -3px;
	padding: 4px 13px 2px 9px;
	text-align: center;
}
.light .ScrollMenu ul li.last {
	border-right: 1px dashed;
}
.light .ScrollMenu ul li img {
	border: 0 none;
	float: left;
	margin-top: -2px;
	padding-right: 7px;
}
.light .ScrollMenu ul li a {
	color: #FFFFFF;
}
.light .ScrollMenu .price {
	color: #FFFFFF;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 12px;
}
.light .ScrollMenu .range {
	font-size: 18px !important;
}
.light .ScrollMenu .icon {
	display: inline-block;
	height: 22px;
	margin-bottom: 1px;
	margin-right: 6px;
	vertical-align: middle;
	width: 22px;
}
.light .ScrollMenu .shareBig {
	background: url("../cssResource/res/images/icons_22x22.png") no-repeat scroll 0 -22px;
}
.light .ScrollMenu .favorite {
	background: url("../cssResource/res/images/icons_22x22.png") no-repeat scroll -22px -22px;
}
.light .ScrollMenu .favoriteSaved {
	background: url("../cssResource/res/images/icons_22x22.png") no-repeat scroll -22px 0;
}
.light .ScrollMenu .SendToFriendBig {
	background: url("../cssResource/res/images/icons_22x22.png") no-repeat scroll 0 0;
}
a, .subContent p a {
	color: #666666;
	text-decoration: none;
}
.light .subContent a:hover {
	text-decoration: none;
	color: #FF6C00;
}
.itemPage.light .container .saveFavourite {
	position: relative;
	float: left;
	border: 0px none;
	padding: 5px 10px 5px 0px;
	color: #FF6C00;
}
.itemPage.light .container .saveFavourite a {
	color: #FF6C00;
}
.light .printPage a {
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	background: url('../cssResource/res/images/print.png') top left no-repeat;
	padding: 0;
	border: 0;
	box-shadow: none;
	margin: 2px;
}
.light .sendToFriend a {
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	background: url('../cssResource/res/images/mail.png') top left no-repeat;
	padding: 0;
	border: 0;
	box-shadow: none;
	margin: 2px;
}
.light .printPage a:hover, .light .sendToFriend a:hover {
	background-position: bottom left;
}
.light .objectSocial {
	border-bottom: 1px dashed #A8A8A8;
	display: block;
	float: left;
	width: 100%;
	color: #999999;
}
.light .objectSocial ul li img {
	margin: -3px 8px -4px 0;
}
.light .objectSocial ul {
	display: table;
	width: 100%;
	font-size: 1.2em;
	float: left;
}
.light .objectSocial a {
	box-sizing: border-box;
    color: #999999;
    display: inline-block;
    padding: 10px;
    width: 100%;
}
.light .objectSocial a:hover {
	color: #666666;
}
.light .objectSocial li {
	background-color: #F2F2F2;
	display: table-cell;
	text-align: center;
	border-right: 1px dashed #A8A8A8;
}
.light .objectSocial li.last {
	background-color: #F2F2F2;
	display: table-cell;
	text-align: center;
	border: none;
}
.light .objectSocial li.backToSearch {
	background: #FFFFFF;
	border-radius: 5px 0 0 0;
	border: none;
}
.light .objectSocial li.topCityID {
	background: #FFFFFF;
	border-radius: 0 5px 0 0;
	border: none;
}
/*.light .objectSocial .icon{
    display: inline-block;
    height: 17px;
    margin-bottom: -4px;
    margin-right: 7px;
    position: relative;
    width: 17px;
}*/
.light .objectSocial .fb-share {
    background: #45619d none repeat scroll 0 0;
}
.light .objectSocial .fb-share a {
    color: #FFFFFF;
}
.light .objectSocial .icon {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll 0 -17px;
	display: inline-block;
	height: 17px;
	margin-bottom: 1px;
	margin-right: 6px;
	vertical-align: middle;
	width: 17px;
}
.light .objectSocial .favorite {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll 0 -17px;
}
.light .objectSocial .favoriteSaved {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll 0 -34px;
}
.light .objectSocial .SendToFriend {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll 0 0;
}
.light .objectSocial .print {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -17px 0;
}
.light .objectSocial .share {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -17px -17px;
}
.light .objectSocial .likeSaved {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -17px -34px;
}
.light .objectSocial .tweet {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -34px -17px;
}
.light .objectSocial .google {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -17px -34px;
}
.light .objectSocial .leteikt {
	background: url("../cssResource/res/images/icons_17x17.png") no-repeat scroll -34px 0;
}
.light .colLeft {
	float: left;
	width: 735px;
}
.light .colLeftItem {
	float: left;
	width: 735px;
	margin-top: 10px;
}
.light .colRight {
	clear: right;
	float: right;
	width: 245px;
}
.light .itemTitle h1,
.light .itemTitle .price {
	font-size:2.3em;
	font-weight:normal;
	letter-spacing:-1px;
}
.itemTitle h1 {
    line-height: 1.2;
    margin: 5px 0 4px 0;
}
.itemTitle h1 > span {
    color: #999999;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.itemTitle h2 span,
.itemTitle h3 span {
	float: right; 
	margin: 5px 0 0; 
	text-align: right;
	clear:right;
	width:300px;
}
.light .itemTitleColumnLeft {
	float:left;
	width:425px;
}
.light .itemTitleColumnRight {
	float:right;
	width:275px;
	margin-right:4px;
}
.light .itemTitleColumnRight .old {
	color: #999999;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
	text-align: right;
	display: block;
	margin-top: 4px;
}
.light .itemTitleColumnRight .priceDecreased {
    display: block;
    text-align:  right;
    font-family: arial,Trebuchet MS,sans-serif;
    font-weight: normal;
    color: #7a7a7a;
	font-size: 1.3em;
}
.light .itemTitleColumnRight .price {
	display: block;
}
.light .itemTitle h3{
	margin:4px 0;
	display:block;
	width: 711px;
	float:inherit;
}
.light .itemTitle h3 a{
	color:#999;
}
.light .itemTitle h3,
.light .cityID {
	font-size:1.3em;
}
.light .itemTitle h3, .light .cityID, .light .printPage {
	font-family: arial,Trebuchet MS,sans-serif;
	font-weight:normal;
	color:#7a7a7a;
}
.light .itemTitle .price {
	margin: 9px 0 5px;
	float:right;
}
.light .itemTitle .label{
	border-radius: 3px;
	display: inline-block;
	padding: 2px 7px;
	margin: 5px 10px 0 0;
	color:#FFF;
}
.light .label.objectBooked {background:#666666;}
.light .label.inactive {background:red;}
.light .label.label-default {background:#FDB813;}
.light .label.label-open-house {background:#FE1760;}
.light .label.label-special-label {background:#BF00FF;}
.light .label.label-video {background:#FF8800;}
.label.label-list {
	display: inline;
    font-size: 12px;
    padding: 2px 4px;
    background-color: #FDB813;
    border-radius: 2px;
    color: #fff;
    position: relative;
    top: -3px;
    margin-left: 4px;
}
.itemTitle .address-reform{
	font-size: 12px;
    float: left;
    width: 100%;
    margin: 5px 0px -10px 0px;
    color: #999;
}
.itemTitle .address-reform strong{
	display: block;
}
.fullDetails .itemImages ul {
	float:left;
	width:720px;
	margin-bottom:5px;
}
.wrapperPreview li, .fullDetails .itemImages li {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 225px;
    height: 150px;
	overflow: hidden;
}
.itemImages li img {
    display: block;
    margin: 0 auto;
	width:auto;
	height:auto;
}
.light .morePhotos {
    display: none;
}
a.genericExpand.expanded .showMore, 
a.genericExpand .showLess {
    display: none;
}
a.genericExpand .showMore, 
a.genericExpand.expanded .showLess {
    display: block;
}
.light .itemOverview .wrapper, .light .dialog.factsheet .wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 11px;
}
.light .property_description{
	margin-bottom:20px;
}
.light .property_description p{
	font-size:inherit;
}
.light .property_description a.toggle_more{
	cursor:pointer;
}
.light .services_description a.toggle_more{
	cursor:pointer;
}
.light .itemFacts {
    margin-bottom: 2em;
    width: 100%;
}
.light .itemFacts .caption{
	color:#999999;
	font-size:11px;
	font-weight:normal;
}
.itemFacts.offers td > span:first-child {
    display: inline-block;
    width: 75px;
}
.light .itemFacts th {
    width: 229px;
}
.light .itemFacts th, .itemFacts td {
    vertical-align: top;
}
.light .itemFacts th, .itemFacts td {
    padding:2px 0 2px 10px;
}
.itemFacts.videos td{
    padding-left: 10px;
    width: 479px;
}
.itemFacts.videos td:first-child {
    width: 229px;
}
.itemFacts.videos td a {
    color: #999999;
}
.light .mapdialog #itemMap {
    clear: both;
    height: 380px;
    width: 100%;
}
.light .mapdialog__header{
	margin: -16px;
    padding: 16px;
    cursor: pointer;
}
.light .mapdialog__header h2{
	padding-bottom: 0;
}
.light .mapdialog__content{
	display: none;
	margin-top: 16px;
}
.light .mapdialog--opened .mapdialog__content{
	display: block;
}
.light .mapdialog__arrow{
	float: right;
	font-size: 20px;
}
.light .mapdialog__arrow .fa:before{
	content: '\f107';
}
.light .mapdialog--opened .mapdialog__arrow .fa:before{
	content: '\f106';
}
.light .mapdialog .right {
    float: right !important;
    margin-right: 0 !important;
}
.light .dialog.calculator .loanCalculator input,
.light .dialog.calculator .loanCalculator select {font-size:0.9em;}
.light .colRight .dialog {
	margin-left: 10px;
	width: 232px;
}
.light .makeOffer {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px dashed #A8A8A8;
	border-left: 1px dashed #A8A8A8;
	border-right: 1px dashed #A8A8A8;
	float: left;
	padding: 15px;
	width: 213px;
	margin: 0;
}
.contactBroker {
	background-color: #FFFFFF;
	border-left: 1px solid #dadada;
	float: left;
	margin-bottom: 2px;
	padding: 15px 12px 15px 15px;
	width: 217px;
}
.light .contactBroker h2 a {
    color: #ff6c00;
}
.contactBroker ul {
	width: 115px;
	display: block;
	float: left;
}
.contactBroker ul li {
	font-size: 13px;
}
.contactBroker ul li a{
	color: #faa000;
}
.contactBroker img {
	width: 80px;
	border: 2px solid #D6D6D6;
	left: 15px;
	float: left;
}
/*portrait*/
.contactBroker img.portrait {
	width: 80px;
	border: 2px solid #D6D6D6;
}
/*landscape*/
.contactBroker img.landscape {
	width: 100px;
	border: 2px solid #D6D6D6;
}
.contactBroker h2 {
	margin: 0 0 10px;
}
.contactBroker .contactInfo {
	font-size: 1.2em;
	padding-left: 8px;
}
.contactBroker textarea {
	margin: 7px 0 0 0;
	color: #666666;
	font-size: 1.2em;
	font-family: "Trebuchet MS", arial, sans-serif;
	padding: 2px;
	width: 200px;
	height: 110px;
	max-width: 200px;
	max-height: 400px;
	min-width: 196px;
	min-height: 110px;
	border: 1px solid #CCCCCC;
}
.contactBroker input {
	margin: 7px 0 0 0;
	color: #666666;
	font-size: 1.2em;
	font-family: "Trebuchet MS", arial, sans-serif;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.light .contactBroker .button {
	margin-top: 7px;
    padding: 7px 7px;
    line-height: 1;
    height: auto;
    text-align: center;
    width: 125px;
    font-size: 13px;
    box-sizing: border-box;
}
.light.itemPage .factsheet a.arrowLeft{
    display: inline-block;
    margin-left: 15px;
}
.light .itemFacts .alt th, .itemFacts .alt td {
	background: none repeat scroll 0 0 #EEEEEE;
}
.light .broker.itemOverview .businessCard, .light .agencies .businessCard {
	height: auto;
	padding: 15px;
	width:683px;
}
.light .contactDetails h3 a {
    color: #ff6c00;
}
.broker.itemOverview .businessCard {
	padding: 20px;
	height: auto;
	width: 673px;
}
.light .report_ad_link{
	color: #ffae00;
	font-size: 13px;
}
/*.broker .businessCard .portrait_box img{
	margin: 0px;
	padding: 0px;
	float: left;
	max-height: 128px;
	height:auto;
	width:auto;	
}*/

/* PARTNERS */

.partners-sidebar{
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 5px 10px 10px;
    float: left;
    width: 235px;
    font-size: 13px;
}
.partners-sidebar .partner-wrap{
	position: relative;
	float: left;
}
.partners-sidebar .partner-wrap.opened{
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.partners-sidebar .partner-wrap:not(:first-child){
	border-top: 1px solid #dadada;
}
.partners-sidebar .partner-wrap .partner-toggle{
	position: absolute;
	width: 100%;
	height: 55px;
	z-index: 1;
}
.partners-sidebar .partner-wrap .partner-toggle:hover{
	cursor: pointer;
	background: rgba(0,0,0,0.05);
}
.partners-sidebar .partner-wrap .partner-toggle .partner__arrow{
    float: right;
    font-size: 16px;
    padding: 19px 10px;
}
.partners-sidebar .partner-wrap .partner-toggle .partner__arrow:before{
    font-family: "fontawesome";
    content: "\f107";
    color: #999;
}
.partners-sidebar .partner-wrap.opened .partner-toggle .partner__arrow:before{
    content: "\f106";
    color: #faa000;
}

.partners-sidebar .partner-wrap .partner-iframe{
    float: left;
    width: 100%;
    height: 55px;
    overflow: hidden;
}


.businessCard .officelogo_box {
	margin: 0 0 0 20px;
	padding: 0px;
	float: right;
	max-width: 150px;
}
.businessCard .officelogo_box img{
	margin: 0px;
	padding: 0px;
	float: right;
	max-height:136px;
	max-width:130px;
	height: auto;
	width: auto;
	border: 2px solid #d6d6d6;
}
.agencies .businessCard .officelogo_box img{
	border:none;
}

.broker.itemOverview .wrapper .moreOffers, .agencies .moreOffers {
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
	padding-top: 5px;
	border-top:1px dashed #DADADA;
}
.wrapper .businessCard .contact_details {
	padding: 0px;
	float: left;
	max-width: 209px;
}
.wrapper .businessCard .brokerrank__container {
	float: right;
	width: 170px;
  padding-left: 20px;
}

.wrapper .businessCard .brokerrank {
	/*float: right;*/
	padding: 10px 0;
	margin: 0px 0px 3px 0px;
    /*width: 170px;*/
	background-color: #f5f5f5;
	border-radius: 3px;
	position: relative;
	font-size: 13px;
}
.wrapper .businessCard .brokerrank__ribbon {
  position: absolute;
  top: 10px;
  left: -13px;
  width: 26px;
  height: 35px;
}
.wrapper .businessCard .brokerrank__star  {
    position: absolute;
	top: 7px;
	left: -17px;
	width: 35px;
	height: 34px;
}
.wrapper .businessCard .brokerrank__best  {
    position: absolute;
	top: 7px;
	left: -17px;
	width: 35px;
	height: 32px;
}
.wrapper .businessCard .brokerrank__links {
  margin-left: 25px;
}
.wrapper .businessCard .brokerrank__links a {
  display: block;
  text-decoration: none;
  color: #666666;
  padding: 5px 0;
}
.wrapper .businessCard .brokerrank__links a:hover {
  color: #333333;
}
.wrapper .businessCard .brokerrank img{
	float: right;
}
.businessCard .skype-btn{
	float:left;
	width: 100%;
	margin-top: 10px;
}
.businessCard .skype-btn img{
	background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    margin: 0 !important;
	border: 1px solid #00aff0 !important;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 4px;
    vertical-align: 0 !important;
}
.businessCard .skype-btn ul{
    line-height: 40px !important;
    margin-top: -8px !important;
    width: 100px !important;
	padding:0 !important;
	margin-left:0 !important;
}
.businessCard .skype-btn p {
    margin: 0 8px 0 0;
}
.businessCard .skype-btn ul a {
    border-bottom: 1px solid #dadada;
    display: inline-block;
    font-size: 14px !important;
    text-align: center;
    width: 100%;
}
/*.agencies .moreOffers {
	float:left;
	width:100%;
	margin:15px 0 5px 0;
	padding:10px 0 0 0;
	border-top: 1px solid #E9E9E9;
}*/
.agencies .moreOffers p {
	float:left;
	margin-right: 10px;
}
.agencies .moreOffers ul {
	clear:left;
}
.agencies .moreOffers li {
	float:left;
	white-space:nowrap;
}

.agencies .moreOffers li {
	float:left;
	white-space:nowrap;
}

.broker .moreOffers li, .agencies .moreOffers li{
	width:167px;
	font-size: 1.2em;
}
	
.broker .moreOffers li a, .agencies .moreOffers li a{
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-left: 20px;
    text-transform: capitalize;
	}

.broker .moreOffers li a:hover{		
	color:#FF6C00;
}

.light .broker .moreOffers li{
	width:167px;
	font-size: 1.2em;
	}

.light .broker .moreOffers li a:hover{		
	color:#FF6C00;
}
.businessCard .contact_details .contactDetails{
	margin-bottom: 4px;
    float: left;
}
.businessCard .contact_details .contactDetails li h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.businessCard .contact_details .contactDetails li {
	font-size: 13px;
	display:block;
	float: left;
	width: 100%;
	padding:0;
	word-wrap: break-word;
}
.businessCard .contact_details .contactDetails li .button{
	margin-top: 4px;
}
.light .businessCard a{
	color: #969696;
	font-weight: normal;
	word-break: break-all;
}
.light .businessCard a.company-page-link{
	color: #faa000;
}
.light .businessCard a:hover{
	color:#faa000;
}
.light .hidden-phone-nr{
	display: none !important;
}
.light .broker .businessCard, .broker .officeCard, .light .agencies .businessCard, .light .agencies .officeCard {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 0;
	clear: left;
	float: left;
	margin-bottom: 20px;
	/*width: 327px;*/
}
.light .agencies .businessCard, .light .agencies .officeCard{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.light .businessCard .portrait_box {
    border: 2px solid #D6D6D6;
    float: left;
    margin-right: 20px;
    height: 125px;
    overflow: hidden;
    padding: 0;
    width: 100px;
}


.light .agencies .businessCard .portrait_box_imgs,
.light .businessCard .portrait_box_imgs {
  float: left;
  height: 125px;
  overflow: hidden;
  padding: 0;
  width: 95px;
  display: inline-block;
  margin: 0;
  border:none;
}

.light .businessCard .portrait_box a,
.light .branding-main-box .portrait_box a{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.light .businessCard .portrait_box a:hover,
.light .branding-main-box .portrait_box a:hover {
-webkit-filter: grayscale(0%);
    filter: grayscale(0);
}

.portrait_box .portrait{
	width:100%;
	height:auto;
	position:relative;
}
.portrait_box .landscape{
	width:auto;
	height:100%;
	position:relative;
}
.light .broker .moreOffers li {
	float:left;
	width: 220px;
	font-size: 1.2em;
}
.light .broker .moreOffers li a {
	background: url("../cssResource/res/images/arrow_left_small.png") no-repeat scroll 0 center transparent;
	color: #999999;
	display: inline;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
	text-transform: capitalize;
}
.light .crosslinkingdialog {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 0 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	clear: both;
	float: left;
	margin: -14px 12px 10px 0;
	padding: 1px;
	position: relative;
	width: 733px;
	z-index: 2;
}
.light .crosslinkingdialog .wrapper {
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	padding: 11px;
	position: relative;
	height: 100%;
}
.light .multiCheckDropdown {
	float: left;
}
.light .multiCheckDropdown ul {
	position: relative;
}
.light .multiCheckDropdown ul li {
	display: block;
}
.toggleBoth > div {
	display: none;
}
.toggleBoth > div.visible {
	display: inline;
}
.dropDownFix {
	position: fixed !important;
	top: 33px !important;
}
/* FOR MOBILE */
.light a.viewChange {
	background: -moz-linear-gradient(top, #666666, #252525);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#252525));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#252525');
	color: #FFFFFF;
	float: right;
	font-size: 60px;
	font-weight: bold;
	padding: 80px 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
.light a.viewChange:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Insurance map */

.mapContainer.font *{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;	
	font-size:13px;
}
.mapContainer .red{background:#ad493a;}
.mapContainer .yellow{background:#f2c731;}
.mapContainer .green{background:#7ab756;}
.mapContainer .blue{background:#415290;}
.mapContainer .boxTitle{
	border-bottom: 1px dashed #DADADA;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 5px;
}
.mapContainer .colLeft{
	float:left;
	border-collapse:separate;
	border-spacing:3px;
	margin-top:-6px;	
	width:auto;
}
.mapContainer .colRight{
	border-left: 1px dashed #DADADA;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	width: 155px;
	height: 105px;	
}
.mapContainer .colRight p{
	margin-top:0;
}
.mapContainer .colorRect{
	width:10px;
}
.mapContainer .dataTitle{
	color:#999999;
	font-size:11px;
}
.mapContainer .dmgTitle{
	padding:0 5px;
}
.mapContainer .dmgCount{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.mapContainer .modal{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;	
	width:315px;
	position:relative;
	margin-right: 0px;
}
.mapContainer .legend{
	display:none;
	font-size:13px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	bottom: 54px;
	padding: 7px;
	position: absolute;
	right: 5px;
	text-align: left;
	width: 170px;
}
.mapContainer .legend table{
	border-collapse: separate;
    border-spacing: 8px 3px;
}
.mapContainer .timeFrame{
	font-size:11px;
	color:#999999;
	padding-bottom:8px;
}
.mapContainer button.toggleOverlay{
	font-size:13px;
	bottom: 20px;
	position: absolute;
	right: 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #faa000 3%,#ef5000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa000', endColorstr='#ef5000',GradientType=0 );
	border:1px solid #c04040;
	border-radius:5px;
	padding:8px 20px;
	cursor:pointer;
}
.mapContainer .toggleOverlay span{
	color:#FFFFFF;
}
.mapContainer div.gm-style svg {
	cursor: pointer;
}

.result.multi .resultList li a:hover  em, .result.multi .resultList li a:hover  span, 
.result.multi .resultList li a:hover strong, .inspirationData h5:hover {text-decoration:underline;}

.result.multi .resultList {
	border-top: 1px solid #CCCCCC;  
	padding: 5px  0;
	width:100%;
}

.result.multi .resultList, .result.multi .resultList li{
    float: left;
    list-style-type: none;
}

.result.multi .resultList a {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 1.2em;
    padding-bottom: 10px;
	width:100%;
}

.result.multi .resultList span, .result.multi .resultList strong, .result.multi .resultList em {
    display: block;
    float: left;
    padding-right: 5px;
}

.result.multi .resultList em {
    font-style: normal;
    padding-right: 0;
    padding-left: 5px;
    text-align: right;
    white-space: nowrap;
    width: 60px;
}

.result.multi .resultList strong {
    overflow: hidden;
    white-space: nowrap;
    width: 170px;
}

.result.multi .resultList span {
    overflow: hidden;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
    width: 20px;
}

.result.multi .result_browser {
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 5px  0;
}

.result.multi .result_browser ul {
    float: left;
    width: 309px;
}
.result.multi .result_browser li {
    float: left;
    width: 153px;border:none;
}

.result.multi .result_browser li.browse_back {margin-right:1px;}

.result.multi .result_browser a.disable {color: #D8D8D8; text-decoration: none;}

.result.multi .browse_back {text-align: left;}
	
.result.multi .browse_fwd {text-align: right;}


/*--EE calc --*/

@font-face {
    font-family: 'seb_basicregular';
    src: url('../cssResource/res/fonts/sebbasic-regular-webfont.eot');
    src: url('../cssResource/res/fonts/sebbasic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../cssResource/res/fonts/sebbasic-regular-webfont.woff') format('woff'),
         url('../cssResource/res/fonts/sebbasic-regular-webfont.ttf') format('truetype'),
         url('../cssResource/res/fonts/sebbasic-regular-webfont.svg#seb_basicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SEBSansSerifMedium';
    src: url('../cssResource/res/fonts/SEBSansSerif/SEBSansSerif-Medium.woff') format('woff'),
         url('../cssResource/res/fonts/SEBSansSerif/SEBSansSerif-Medium.woff2') format('woff2'),
         url('../cssResource/res/fonts/SEBSansSerif/SEBSansSerif-Medium.eot'),
         url('../cssResource/res/fonts/SEBSansSerif/SEBSansSerif-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.dialog.calculator{
	position: relative;
}


.dialog.calculator .loanCalculator ul a {
	font-size: 1em ;
	color:#007ac0;

}

.dialog.calculator .loanCalculator input, .autoCounted,
.dialog.calculator .loanCalculator select {font-size:0.9em;}

.dialog.calculator .seb-logo {
	bottom: 0;
    display: block;
    position: absolute;
    right: -11px;
    z-index: 100;
    width: 50px;
}

.dialog.calculator .luminor-logo {
	bottom: 0;
    display: block;
    position: absolute;
    right: -11px;
    z-index: 100;
    height: 40px;
}

.dialog.calculator.lv .seb-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
}
.dialog.calculator ul {
	 clear: both;
	 padding-bottom: 50px;
	 padding-right: 80px;
}

.dialog.calculator .loanCalculator {
	position:relative;
	background:#ffffff;
	padding:10px 0px;
}

.dialog.calculator .loanCalculator p {
    line-height:    1.4em;
    margin-bottom: 1em;
}

.dialog.calculator .loanCalculator input, .autoCounted{
	border: 1px solid #D6D6D6;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 4px #EEEEEE inset;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 18px;
	text-align: right;
	width: 50px;
	padding: 2px 5px;
}
.dialog.calculator.lv .loanCalculator input, .autoCounted{
	width: 67px;
	text-align: left;
}
/*.dialog.calculator.ee .loanCalculator select {
	width:90px;
	height:20px;
	line-height:1.2em;
	padding:2px;
	border:1px solid #D6D6D6;
}*/

.dialog.calculator .loanCalculator table {width:100%;margin-bottom:10px;padding-bottom:10px;}
.dialog.calculator .loanCalculator table tr.line th,
.dialog.calculator .loanCalculator table tr.line td {margin-top:5px;border-top:1px solid #ccc;}

.dialog.calculator .loanCalculator table th {
	padding-right:5px;
	text-align:right;
	font-weight:normal;
	width:100px;
	font-size:0.9em;
	padding-bottom:4px;

}
.dialog.calculator.lv .loanCalculator table th {
	width:70px;
	font-size: 1em;
}

.dialog.calculator .loanCalculator table td {
	font-size:1em;
	padding-bottom:4px;
	width:125px;
	height:22px;
}
.dialog.calculator.lv .loanCalculator table td{
    width: 155px;
}
.dialog.calculator .loanCalculator table tr {
	margin:4px 0;
	display:block;
	}
.dialog.calculator .loanCalculator table tr .currency {
	margin-left:5px;
	padding: 1px 0;
    display: inline-block;
}
.dialog.calculator .loanCalculator .autoCounted {
	text-align:right;
	color:#000000;
	background:none;
	border:none;
	broder-bottom:none;
	box-shadow:none;
	border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    font-size:1em;
    height:18px;
	float:left;
}
.dialog.calculator.lv .loanCalculator .autoCounted{
	text-align: left;
}
.dialog.calculator .loanCalculator p {line-height: 1.4em; margin-bottom: 1em;}
/*.dialog.calculator.ee .loanCalculator table select.styledMini {font-size:0.8em !important; color:#7c7c7c;width:75px; height: 23px; padding-top:3px; padding-bottom:2px;}*/
.dialog.calculator .loanCalculator table select.styledMicro {font-size:0.8em !important; color:#7c7c7c;width:40px; height: 23px; padding-top:3px; padding-bottom:2px;}

/*.dialog.calculator.ee .customStyleSelectBox {
	font-size:0.9em;
	width:76px;
	height:22px;
	background: url("../cssResource/res/images/calc_dropdown_m2.png") no-repeat center top transparent;
	line-height:22px;
}*/

.dialog.calculator .customStyleSelectBoxMicro {
	font-size:0.9em !important;
	width:46px !important;
	height:22px !important;
	background: url("../cssResource/res/images/calc_dropdown_m1.png") no-repeat center top transparent;
	padding:2px 0;
}

.dialog.calculator.lv {
	border: 2px solid #5fcb16;
}
.dialog.calculator {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #3A0E2E;
    margin-right: 0;
    padding: 0;
    width: 235px;
	margin-bottom: 10px;
	float:left;
}
.dialog.calculator h2{
	width:100%;
	margin-top:5px;
	text-align: center;
	color:#3A0E2E;
	font-family: 'seb_basicregular';
	font-size:22px;
}
.dialog.calculator.lv h2{
	font-family: inherit;
	color: inherit;
	font-size: 17px;
	padding-left: 55px;
	box-sizing: border-box;
	text-align: left;
}
strong.darker{color:#333;}
.dialog.calculator .wrapper{
	background: #FFF;
	background-image:none;
	padding: 11px;
	width: auto;
}

/**
.dialog.calculator .loanCalculator div ul a {
	font-size: 1em ;
	color:#007ac0;
	text-decoration: underline;
}*/
.dialog.calculator .loanCalculator p a,
.fancybox.loan .seb-footer-text a{
   text-decoration:underline;
   color: #007ac0;
}
.fancybox.loan .dialog.calculator{
	width: 325px;
}
.fancybox.loan .dialog.calculator .loanCalculator table th{
	width: 150px;
}
.fancybox.loan.lv .dialog.calculator .loanCalculator table th{
	width: 165px;
}
.fancybox.loan .dialog.calculator tr.separator{
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.fancybox.loan .dialog.calculator .monthlyPayment{
	font-size: 1.5em;
	font-weight: bold;
}
.dialog.calculator .loanCalculator table tr.cbutton {
	text-align:center !important;
	display:table-row !important;
}
.cbutton input {
    border:0px none #FFFFFF !important;
    font-size:0.9em !important;
    border-radius:0px  !important;
    -moz-border-radius:0px   !important;
    -webkit-border-radius:3px  !important;
    -moz-box-shadow:    inset 0 0px 0px #FFFFFF  !important;
    -webkit-box-shadow: inset 0 0px 0px #FFFFFF  !important;
    box-shadow:         inset 0 0px 0px #FFFFFF  !important;
    height:23px !important;
}
.dialog.calculator .seb-news{
	padding: 0;
}
.seb-news.not-EE{
	display: none;
}
.seb-news a h3,
.seb-news a:hover{
	color: #666666;
	text-decoration: none;
}
.seb-news .seb-news-article{
	width: 100%;
	border-bottom: 1px solid #dadada;
	padding: 5px 0;
}
.seb-news .seb-news-article:last-child{
	border-bottom: none;
}
.seb-news .seb-news-article a{
	display: block;
}
.seb-news .seb-news-article img,
.seb-news .seb-news-article h3{
	display: inline-block;
	font-size: 12px;
}
.seb-news .seb-news-article img{
	width: 96px;
}
.seb-news .seb-news-article h3{
	width: 100px;
	margin: 0 0 0 10px;
	line-height: 1.2;
	vertical-align: top;
}
.dialog.calculator .luminor-news{
	padding: 0;
}
.luminor-news.not-EE{
	display: none;
}
.luminor-news a h3,
.luminor-news a:hover{
	color: #666666;
	text-decoration: none;
}
.luminor-news .luminor-news-article{
	width: 100%;
	border-bottom: 1px solid #dadada;
	padding: 5px 0;
}
.luminor-news .luminor-news-article:last-child{
	border-bottom: none;
}
.luminor-news .luminor-news-article a{
	display: block;
}
.luminor-news .luminor-news-article img,
.luminor-news .luminor-news-article h3{
	display: inline-block;
	font-size: 12px;
}
.luminor-news .luminor-news-article img{
	width: 96px;
}
.luminor-news .luminor-news-article h3{
	width: 100px;
	margin: 0 0 0 10px;
	line-height: 1.2;
	vertical-align: top;
}
.dialog.calculator .seb-footer-text, 
.dialog.calculator .luminor-footer-text {
	padding-bottom: 30px;
}
.dialog.calculator .seb-calc-btn{
	width: 100%;
}
.dialog.calculator .luminor-calc-btn{
	width: 100%;
}
a.seb-calc-btn{
	border-radius: 90px;
    display: inline-block;
    margin: auto;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
}
a.seb-calc-btn:hover{
	background: #333333;
	text-decoration:none;
}
a.seb-btn-primary{
	color: #fff;
	background: #333333; /* Old browsers */
	background: linear-gradient(to bottom,  #d6d6d6 0%,#5b5b5b 3%,#1c1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
    box-sizing: border-box;
    border:1px solid #484848;
    text-shadow: 0 -1px 1px #000;
    border-top:none;
}
a.seb-btn-primary:hover{
	background: #333;
}
a.luminor-calc-btn{
	border-radius: 90px;
    display: inline-block;
    margin: auto;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
}
a.luminor-calc-btn:hover{
	background: #EA4A71;
	text-decoration:none;
}
a.luminor-btn-primary{
	color: #fff;
	background: #EA4A71;
    box-sizing: border-box;
    border:1px solid #EA4A71;
    /*text-shadow: 0 -1px 1px #000;*/
    border-top:none;
}
a.luminor-btn-primary:hover{
	background: #EA4A71;
}

a.seb-btn-secondary{
	color: #222222;
	background: #fcfcfc; /* Old browsers */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f6f6f6 3%,#d7dcdd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d7dcdd',GradientType=0 ); /* IE6-9 */
    box-sizing: border-box;
    border:1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    text-shadow: 0 1px 1px #fff;
}
a.seb-btn-secondary:hover{
	background: #d7dcdd;
}
a.seb-btn--blue{
	text-align: center;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    background: #41B0EE;
    color: #FFF;
    padding: 8px 16px;
    box-shadow: none;
    box-sizing: border-box;
}
a.seb-btn--blue:hover{
	background: #0092E1;
	text-decoration: none;
}
a.seb-btn--blue.seb-btn--hollow{
	background: #FFF;
    border: 1px solid #41B0EE;
    color: #0092E1;
}
a.seb-btn--blue.seb-btn--hollow:hover{
	border: 1px solid #0092E1;
    color: #007AC7;
    text-decoration: none;
}
a.seb-btn--blue.extended{
	width: 100%;
}
.seb-form{
	position: relative;
}
.seb-form.seb-form--double{
	float: left;
	width: 50%;
}
.seb-form input, 
.seb-form select,
.dialog.calculator .loanCalculator .seb-form input,
.dialog.calculator .loanCalculator .seb-form select{
	background-color: #FFF;
	font-family: inherit;
	font-size: 13px;
	width: 100%;
	height: 35px;
    color: #444444;
    position: relative;
    padding: 8px;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.seb-form select{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2885, 85, 85%29"></polygon></svg>');
	background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
}
.seb-form input:focus, 
.seb-form select:focus{
	border: 1px solid #999 !important;
	outline: none;
}
.seb-form .input-unit {
    background: #eaeaea;
    display: inline-block;
    padding: 8px 12px;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
}



@font-face {
    font-family: 'seb_basicregular';
    src: url('../cssResource/res/fonts/sebbasic-regular-webfont.eot');
    src: url('../cssResource/res/fonts/sebbasic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../cssResource/res/fonts/sebbasic-regular-webfont.woff') format('woff'),
         url('../cssResource/res/fonts/sebbasic-regular-webfont.ttf') format('truetype'),
         url('../cssResource/res/fonts/sebbasic-regular-webfont.svg#seb_basicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/**
.dialog.calculator .loanCalculator div ul a {
	font-size: 12px;
	color: #ff6c00 ;
}*/

.dialog.calculator.lv .loanCalculator p  a {
   color:#007ac0;
}

/* Insurancebox itempage */
.itemPage .insuranceArrowBack{
	background: url("../cssResource/res/images/fancybox_sprite.png") no-repeat scroll 0 -38px;
    display: inline-block;
    height: 36px;
    position: absolute;
    right: 16px;
    top: -15px;
    width: 36px;
	display:none;
	z-index: 1103;
}
.itemPage .insuranceBox {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ef0000;
    border-radius: 3px;
    float: left;
    margin: 0 0 10px 10px;
    padding: 8px;
    width: 216px;
}
.itemPage .insuranceBox img{
	width:65px;
}
.itemPage .insuranceBox .disclaimer {
    border-top: 1px solid #dadada;
    color: #999999;
    font-size: 11px;
    line-height: 1.2;
    padding-top: 5px;
}
.itemPage .insuranceBox .disclaimer a{
	color:#F10307;
}
.itemPage .insuranceBox .content {
    height: 50px;
}
/* Insurance calc */
.insuranceCalc{
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #ef0000;
    border-radius: 3px;
    float: left;
    height: 175px;
    margin: 5px 0 0 10px;
    padding: 8px;
    position: relative;
    width: 216px;
	font-size:13px;
	position: relative;
}
.insuranceCalc table{
	clear:left;
}
.insuranceCalc .textfield{
	width: 50px;
	margin-right: 5px;
}
.insuranceCalc td h2{
	font-size:18px;
	color:#ef0000;
	margin:10px 0;
}
.insuranceCalc td {
    padding: 2px;
	vertical-align: top;
}
.insuranceCalc .calcPage{display:none;}
.insuranceCalc .calcPage.opened{display:block;}
.insuranceCalc td .button{
	margin: 5px 0;
}
.insuranceCalc td.price {
    font-size: 24px;
    font-weight: bold;
	padding:15px 0;
}
.insuranceCalc td.caption{
	color: #999999;
    font-size: 11px;
	line-height:1.4;
}
.insuranceCalc td.caption a{
	color: #007ac0;
    font-size: 1em;
    text-decoration: underline;	
}
.insuranceCalc > img {
    bottom: 10px;
    position: absolute;
    right: 10px;
    width: 75px;
}

/* Insurance modal */

.fancybox.insurance{
	font-size:14px;
	padding:10px;
	float:left;
}
.fancybox.insurance .page{
	float:left;
	width:550px;
}
.fancybox.insurance .page.landing{
	width:750px !important;
}
.fancybox.insurance .page.landing .contactPageLink.button {
    box-sizing: border-box;
    font-size: 1.2em;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    width: 95%;
}
.fancybox.insurance h2{
	font-size:22px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #DADADA;
	margin-top:10px;
	font-weight:bold;
}
.fancybox.insurance p{
	font-size: 14px;
	line-height: 1.5;
}
.fancybox.insurance .cases p{
	margin: 0 0 10px;
	width:295px;
	padding-right: 10px;
}
.fancybox.insurance .header{
	width:auto;
	padding-bottom:20px;
}
.homeInsurance .footerNav.contactPage {
	display:none;
}
.fancybox.insurance .footerNav{
	clear: left;
	border-top: 1px dashed #DADADA;
	padding-top: 15px;
	margin-top: 15px;
	float: left;
	width: 100%;
}
.fancybox.insurance .page.landing .footerNav .arrowLeft{
	display: inline-block;
    line-height: 1.2;
    width: 277px;
}
.fancybox.insurance .footerNav .disclaimer {
    color: #999999;
    display: inline-block;
    float: right;
    font-size: 11px;
    text-align: right;
    /*width: 430px;*/
}
.fancybox.insurance .price{
	background: none repeat scroll 0 0 #FAAA00;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 35px;
    height: 40px;
    line-height: 1.2;
    margin: 15px 0 5px;
    padding: 10px 16px;
}
.fancybox.insurance .price .interval, .fancybox.insurance .additional{
	font-size: 15px;
}
.fancybox.insurance .tableTitle{
	margin-bottom:10px;
}
.fancybox.insurance .cases .tip{
	font-size:11px;
	color:#999999;
}
.fancybox.insurance a.case{
	display:block;
	border: 1px solid #DADADA;
  	background: #ebebeb; /* Old browsers */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 3%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    display: block;
    padding: 10px;
    width: 120px;
	margin:0 10px 0 0;
	height:140px;
}
.fancybox.insurance a.case.last{
	margin-right:0;
}
.fancybox.insurance a.case:hover{
	background: #ffffff;
	text-decoration:none;
}
.fancybox.insurance .included{
	position:absolute;
	display:block;
	width:23px;
	height:16px;
}
.fancybox.insurance .included.yes{
	background:url(../cssResource/res/images/tick_x.png) no-repeat 0 0;
}
.fancybox.insurance .included.no{
	background:url(../cssResource/res/images/tick_x.png) no-repeat 0 -16px;
}
.fancybox.insurance .icon{
	width:100px;
	height:100px;
	display:table;
	margin:2px 15px 0;
}
.fancybox.insurance .icon.support{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:0 0;}
.fancybox.insurance .icon.storm{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-100px 0;}
.fancybox.insurance .icon.flood{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-200px 0;}
.fancybox.insurance .icon.fire{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-300px 0;}
.fancybox.insurance .icon.robbery{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-400px 0;}
.fancybox.insurance .icon.maksi{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:0 -100px;}
.fancybox.insurance .icon.temprent{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-100px -100px;}
.fancybox.insurance .icon.responsibility{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-200px -100px;}
.fancybox.insurance .icon.vandalism{background-image:url(../cssResource/res/images/insuranceIcons.png);background-position:-300px -100px;}

.insurance .iconBig,
.fancybox.insurance .iconBig{
	width:200px;
	height:200px;
	display:table;
	margin:10px 20px 0 0;
	float:left;
}
.insurance .iconBig.support{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:0 0;}
.insurance .iconBig.storm{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-200px 0;}
.insurance .iconBig.flood{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-400px 0;}
.insurance .iconBig.fire{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-600px 0;}
.insurance .iconBig.robbery{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-800px 0;}
.insurance .iconBig.maksi{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:0 -200px;}
.insurance .iconBig.temprent{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-200px -200px;}
.insurance .iconBig.responsibility{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-400px -200px;}
.insurance .iconBig.vandalism{background-image:url(../cssResource/res/images/insuranceIconsBig.png);background-position:-600px -200px}

.fancybox.insurance .case .label{
	display: table;
    text-align: center;
    width: 100%;
	font-size:14px;
}
.fancybox.insurance .description{
	float: left;
    line-height: 1.6;
    margin-top: 10px;
    width: 330px;
}
.fancybox.insurance a.arrowLeft, 
.fancybox.insurance a.arrowBack{
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 2;
	display:inline;
}
.fancybox.insurance .nav{
	margin-top:20px;
	float:left;
}
.fancybox.insurance .nav a{
	color: #FF6C00;
    float: left;
    font-size: 13px;
    padding: 6px;
}
.fancybox.insurance a.button{
	float: left;
    padding: 5px 15px;
	margin: 0 10px 0 0;
}
.fancybox.insurance .contactPage table.contactInfo{
	display: block;
    margin: 20px auto 20px auto;
    width: 380px;
}
.fancybox.insurance .contactPage table.contactInfo td,
.homeInsurance .contactPage table.contactInfo td{
	padding: 4px 10px;
}
.fancybox.insurance .contactPage table.contactInfo td:first-child,
.homeInsurance .contactPage table.contactInfo td:first-child{
	text-align:right;
}
.fancybox.insurance .contactPage table.contactInfo td input,
.homeInsurance .contactPage table.contactInfo td input{
	margin-right:5px;
    width: 210px;
	float:left;
}
.fancybox.insurance .contactPage table.contactInfo td textarea,
.homeInsurance .contactPage table.contactInfo td textarea{
	width:100%;
	height: 60px;
	max-width: 295px;
}
.fancybox.insurance .contactPage ul.giveaway,
.homeInsurance .contactPage ul.giveaway,
.fancybox.insurance .contactPage ul.contactAgreement,
.homeInsurance .contactPage ul.contactAgreement{
    border-radius: 3px;
    color: #ff6c00;
    float: left;
	clear:left;
	border:1px solid #dadada;
    padding: 10px 0 2px 10px;
    width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.fancybox.insurance .contactPage ul.contactAgreement,
.homeInsurance .contactPage ul.contactAgreement{
	color: #666666;
}
.fancybox.insurance .contactPage ul.giveaway li,
.homeInsurance .contactPage ul.giveaway li{
	clear: left;
    float: left;
}
.fancybox.insurance .contactPage a.giveawayTerms,
.homeInsurance .contactPage a.giveawayTerms{
	color: #999999;
    padding-left: 20px;
    position: relative;
    top: -6px;
}
.fancybox.insurance .contactPage a.contactTerms,
.homeInsurance .contactPage a.contactTerms{
	padding-left:5px;
	color: #999999;
}
.fancybox.insurance .contactPage img,
.homeInsurance .contactPage img{
	float: left;
	margin-top: 16px;
}
.fancybox.insurance .contactPage a.send,
.homeInsurance .contactPage a.send{
	float: right;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 6px 45px;
}


/* Loan modal */
.fancybox.loan{
	padding: 15px;
    width: 700px;
}
.fancybox.loan:not(.not-EE) .calculator-wrap,
.fancybox.loan:not(.not-EE) .seb-news-wrap {
	display: inline-block;
    vertical-align: top;
    width: 340px;
}

/*.fancybox.loan.not-EE .seb-news-wrap{
	display: none;
}*/
.fancybox.loan .seb-news-wrap {
    border-left: 1px dashed #dadada;
    padding-left: 15px;
}
.fancybox.loan .seb-news-wrap h2{
	width:100%;
	margin-top:5px;
	text-align: center;
	font-family: 'seb_basicregular';
	font-size:22px;
}
.fancybox.loan.lv .dialog.calculator{
	padding-right: 15px;
}
.fancybox.loan.lv .dialog.calculator h2{
	text-align: right;
}
.fancybox.loan.lv .seb-news-wrap h2{
	font-family: inherit;
	font-size: 17px;
	text-align: left;
}
.fancybox.loan.lv .seb-news-wrap h2{
	font-family: inherit;
	font-size: 17px;
}
.fancybox.loan .seb-news-wrap a{
	display: block;
}
.fancybox.loan .seb-news-wrap a:hover h3{
	text-decoration: underline;
}
.fancybox.loan .seb-news .seb-news-article img {
    width: 175px;
}
.fancybox.loan .seb-news .seb-news-article h3{
	font-size: 15px;
    font-weight: normal;
    line-height: 1.25;
    width: 145px;
}

.fancybox.loan .luminor-news .luminor-news-article img {
    width: 175px;
}
.fancybox.loan .luminor-news .luminor-news-article h3{
	font-size: 15px;
    font-weight: normal;
    line-height: 1.25;
    width: 145px;
}


.fancybox.loan .dialog.calculator{
    border: medium none;
    float: none;
    margin: auto;
}
.fancybox.loan .dialog.calculator,
.fancybox.loan .dialog.calculator .wrapper,
.fancybox.loan .dialog.calculator .loanCalculator{
	background: none;
}
.fancybox.loan .dialog.calculator .seb-calc-btn{
    margin: 10px auto;
    width: auto;
}
.fancybox.loan .ask-loan-btn {
    color: #fff;
    display: table;
    font-size: 13px;
    margin: auto;
    padding: 10px 20px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fcb18+0,43a601+100,398235+100 */
	background: #EA4A71; /* Old browsers */
	
}
.fancybox.loan .ask-loan-btn:hover{
	text-decoration: none;
}
.fancybox.loan .similar-loan-objects{
	margin: 30px 0 20px;
}
.fancybox.loan .similar-loan-objects h2{
	margin: 0;
}
.fancybox.loan .seb-logo{
	position: absolute;
	right: 15px;
	bottom: -15px;
	width: 50px;
}
.fancybox.loan.lv .seb-logo{
	left: -30px;
    top: -30px;
    width: 75px;
}
.fancybox.loan.lv .seb-footer-text{
	font-size: 12px;
	line-height: 1.35;
}
.fancybox.loan.lv .seb-btn--blue{
	margin: 7px 0;
}
a.saveSearch{
	background: linear-gradient(to bottom, #FBB41F ,#FB9906);
	background: #FB9906;
    border: 1px solid #D27B0B;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    left: 34%;
    padding: 10px 40px;
    position: fixed;
    text-shadow: 0 -1px 0 #FF7602;
    z-index: 9999999;
}
a.saveSearch:hover{
	background: linear-gradient(to bottom, #FBA112 ,#FB8106);
	background: #FB9906;
	color:#FFF;
	text-decoration:none;
}

.light .myobjects .saveFavourite, .light .results span.saveFavourite{
	float:left;
	margin: 7px 17px 0 10px;
}

/* MY CITY24 */

.light .container.mycity24,
.light.subPage .container{
	clear:both;
	padding:1px;
	margin-bottom:20px;
	background:#F9F9F9;
	border:1px solid #DADADA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	height:100%;
	z-index:1;
}
.light .container.mycity24 div.wrapper, .light.subPage .container .wrapper{
	padding:11px;
}
.mycity-header-banner{
	margin-bottom:30px;
}
.light .mycity24 .alertMessage{
	background: none repeat scroll 0 0 #808080;
    clear: right;
    float: left;
    margin: -2px 0 15px -2px;
    width: 984px;
}
.light .mycity24 .alertIcon{
	background: url("../cssResource/res/images/alert.png") repeat scroll 0 0;
    float: left;
    height: 19px;
    margin: 18px 10px;
    width: 19px;
}
.light .mycity24 .alertMessage p{
	color: #FFFFFF;
    float: left;
    line-height: 1.4;
    width: 755px;
	font-size: 12px;
}
.light .mycity24 .alertMessage a{
	float: right;
    margin: 17px;
}
.light .sequescebar {
	font-size: 1.2em;
	height:35px;
	margin-bottom :20px;
	clear:left;
}
.light .sequescebar,
.light .removeDetails {
	display:block;
	background:none;
	border:none;
	border-bottom:1px dashed #DADADA;
}
.light .sequescebar ul li {
	display:block;
	float:left;
	padding:0 5px 0 0;
	background:none;
	line-height:2;
	font-size: 13px;
}
.light .sequescebar ul li.separator {
	letter-spacing:-2px;
}
.light .sequescebar ul li a{
	color:#999999;
	text-transform:none;
	display:inline;
	height:39px;
}	
.light .sequescebar ul li.selected {
	text-transform:none;
	color:#666666;
	font-weight:normal;
	background:none;

}
.light .sequescebar .loggedInUser {
	text-align:right;
	line-height:2;
	padding:0;
}
.light .menu {
	width:197px;
	position:relative;
	float:left;
	clear:left;
	z-index:1;
}
.light .menu li {
	padding:0;
}
.light .menu li a{
	background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px dashed #DADADA;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    margin: 0;
    padding: 4px 10px;
    text-transform: none;
}
.light .menu li a:hover{
	background:#F0F0F0;
	text-decoration:none;
	color:#FC6600;
}
.light .menu li a.selected{
	background:#F9F9F9;
    border: medium none;
	border-left:3px solid #FAA000;
	border-bottom: 1px dashed #DADADA;
    color: #666666;
    font-weight: normal;
    margin-right: -1px;
    padding: 4px 10px 4px 7px;
    position: relative;
}
.light .menu li a.selected:hover{
	text-decoration:none;
	background:#F0F0F0;
}
.light .menu a,
.light .menu span {
	display: block;
    font-size: 1.4em;
    margin: 20px 0 5px;
    padding-left: 0 10px 0 0;
}
.light .menu .selected a,
.light .menu .selected span {
	padding-left:0;
	font-weight: bold;
}
.light .mycity24 .content, .light.subPage .content {
	width:740px;
	border-left:1px dashed #DADADA;
	position:relative;
	overflow:visible;
	float:left;
	padding:7px 0 0 20px;
	z-index:0;
	/*min-height:510px;*/
}
.light .content .block {
    padding-bottom: 20px;
}
.faq li {
	list-style-type: disc;
	display: list-item;
}
.faq ul {
    list-style-type: disc;
    padding-left: 40px;
    margin: 16px 0;
}
.mycity24 h3 {
    font-size: 2.3em;
    font-weight: lighter;
    line-height: 1.2;
    margin-bottom: 5px;
}
.placeAdvert .categories li,
.placeAdvert .banks,
.placeAdvert .banks li {
	float:left;
	margin-right:8px;
}
.placeAdvert .categories li.last{
	margin:0;
}
.placeAdvert .categories li span{
	text-align:center;
	display: block;
}
.placeAdvert .banks a span {
	display:none;
}
.placeAdvert .categories {
	float:left;
	margin-bottom:10px;
}
.placeAdvert a.button{
	height: 85px;
	margin: 0;
	padding: 7px 0;
	width: 95px;
	background: linear-gradient(to bottom, #ffffff 0%, #fbb41f 2%,#fb9906 100%);
}
.placeAdvert .icon{
	display:block;
	height: 65px;
	width:65px;
	margin:0 16px;
}
.placeAdvert .icon.flat{background:url(../cssResource/res/images/placeAdIcons.png) -130px -65px no-repeat;}
.placeAdvert .icon.house{background:url(../cssResource/res/images/placeAdIcons.png) -195px 0 no-repeat;}
.placeAdvert .icon.houseShare{background:url(../cssResource/res/images/placeAdIcons.png) -130px 0 no-repeat;}
.placeAdvert .icon.commercial{background:url(../cssResource/res/images/placeAdIcons.png) 0 0 no-repeat;}
.placeAdvert .icon.cottage{background:url(../cssResource/res/images/placeAdIcons.png) 0 -65px no-repeat;}
.placeAdvert .icon.land{background:url(../cssResource/res/images/placeAdIcons.png) -65px 0 no-repeat;}
.placeAdvert .icon.garage{background:url(../cssResource/res/images/placeAdIcons.png) -65px -65px no-repeat;}
.placeAdvert p {
	clear:both;
}

/** style for visited address links */
a.addressLink:visited
{
color:gray;
}

.light .alertbox {
	float:left;
	box-sizing:border-box;
	width:100%;
	background:#fdefd8;
	color: #bf5000;
    font-weight: bold;
	border:1px solid #faa000;
	padding:6px 10px;
	clear:both;
	margin: 10px 0;
	font-size: 13px;
}
.light .alertbox .icon {padding:2px 0 2px 28px;line-height:18px;}
.light .alertbox .icon.notice {background:url(../cssResource/res/images/icon_notice.png) left center no-repeat;}
.light .alertbox.map{
	background:#EEEEEE;
	border:none;
	color: #666;
}
.light a.viewAll{
	float:right;
}
.light table.objects,
.light table.offersLog,
.light table.invoices{
	width:100%;
	margin-bottom:20px;
	background:none 0 0 #FFFFFF;
	clear:both;
	font-size:13px;
	border:1px solid #DADADA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.light .results.list .result .summaryHeader{
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dashed #DADADA;
    clear: both;
    display: block;
    float: left;
	line-height: 1.5;
    margin: -10px 0 10px -10px;
    padding: 5px 10px;
    width: 100%;
}
.light .resultList .alert-wrap{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px dashed #dadada;
    float: left;
    margin-bottom: 10px;
    padding-top: 5px;
    width: 100%;
}
/* My city24 object */
.light .myobjects .dots .button{
	position: relative;
    top: -6px;
}
.light .myobjects .legend{
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dadada;
    float: right;
    margin-right: 5px;
	margin-bottom:10px;
    padding: 0 10px 0 15px;
	position:relative;
}
.light .myobjects .legend .offer{
    display: block;
    height: 20px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 20px;
}
.light .myobjects .legend .offer.specialOffer{
	background: url("../cssResource/res/images/offer_legend.png") repeat scroll 0 0;
}
.light .myobjects .legend .offer.priorityOffer{
	background: url("../cssResource/res/images/offer_legend.png") repeat scroll 0 -20px;
}
.light .myobjects .legend img{
	width:20px;
}
.light .new.result .result_footer{
	border-top: 1px dashed #dadada;
    box-sizing: border-box;
	line-height: 1.8;
	padding: 8px 10px;
    float: left;
    position: relative;
    width: 100%;
}
.light .myobjects .result_footer > a {
    margin-left: 15px;
}
.result_footer li, .result_footer li a, .result_footer li span {
    display: inline-block;
    float: left;
	margin-right: 3px;
}
.result_footer li{
	border-right: 1px dashed #dadada;
    font-weight: bold;
    margin-right: 6px;
    padding-right: 6px;
}
.result_footer li .timeLeft{
	margin-left:5px;
	color: #ff6c00;;
}
.result_footer li a span{
	color:#666;
}
.result_footer li a:hover > span {
	color:#ff6c00;
}
.light .result_footer .icon{
	width:23px;
	height:23px;
	display:inline-block;
}
.light .result_footer .icon.views{background:url(../cssResource/res/images/myObjectIcons.png) 0 0 no-repeat;}
.light .result_footer .icon.favourites{background:url(../cssResource/res/images/myObjectIcons.png) -23px 0 no-repeat;}
.light .result_footer .icon.expires{background:url(../cssResource/res/images/myObjectIcons.png) -46px 0 no-repeat;padding-left: 25px;width: auto;}
.light .result_footer .icon.expired{background:url(../cssResource/res/images/myObjectIcons.png) -46px -46px no-repeat;padding-left: 25px;width: auto;}
.result_footer li a:hover > .icon.views{background:url(../cssResource/res/images/myObjectIcons.png) 0 -23px no-repeat;}
.result_footer li a:hover > .icon.favourites{background:url(../cssResource/res/images/myObjectIcons.png) -23px -23px no-repeat;}
.result_footer li a:hover > .icon.expires{background:url(../cssResource/res/images/myObjectIcons.png) -46px -23px no-repeat;}
.light .result .alertbox{
	margin:0;
} 
.light .result_footer .expired{
	color:#FF0000;
}
.light .offers {
	position:relative;
	width:100%;
	float:left;
	clear:both;
}
.light .offers h4 {
	position:relative;
	z-index:0;
	float:left;
	width:673px;
	padding:5px 10px;
	margin:0px;
	height:20px;
	line-height:20px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	color:#fff;
	background:#b2b2b2;
	clear:both;
}
.light .fancybox .share {
    padding: 5px;
    text-align: center;
    width: 100%;
}
.iframe_wrap{
	position:relative;
}
.iframe_wrap .preview_wrap{
	position:absolute;
}
.iframe_wrap.preview .preview_wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    float: left;
    left: 0;
	right: 0;
    top: 0;
    margin-top: 217px;
    position: absolute;
}
/* My city24 settings */
.settings .subscriptions{
	float:left;
	padding-left:195px;
	font-size:13px;
}
.settings .subscriptions label{
	clear: none;
	display: inline-block;
	float: none;
	font-size: 13px;
	margin: 0 10px 0 0;
	text-align: left;
	width: auto;
}
.settings .subscriptions a{
	color:#FF6C00;
	text-decoration:none;
}
.settings .subscriptions a:hover{
	text-decoration:underline;
}
.settings .subscriptions a.button{
	background: -moz-linear-gradient(top, #FBB41F 0%, #FB9906 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBB41F), color-stop(100%,#FB9906));
	background: -webkit-linear-gradient(top, #FBB41F 0%,#FB9906 100%);
	background: -o-linear-gradient(top, #FBB41F 0%,#FB9906 100%);
	background: -ms-linear-gradient(top, #FBB41F 0%,#FB9906 100%);
	background: linear-gradient(to bottom, #FBB41F 0%,#FB9906 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB41F', endColorstr='#FB9906',GradientType=0 );
	border:1px solid #ff9502;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 0 15px;
	text-decoration: none;
}
.settings .subscriptions a.button:hover{
	background:-moz-linear-gradient(center top , #FBA112, #FB8106);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBA112), color-stop(100%,#FB8106));
	background: -webkit-linear-gradient(top, #FBA112 0%,#FB8106 100%);
	background: -o-linear-gradient(top, #FBA112 0%,#FB8106 100%);
	background: -ms-linear-gradient(top, #FBA112 0%,#FB8106 100%);
	background: linear-gradient(to bottom, #FBA112 0%,#FB8106 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBA112', endColorstr='#FB8106',GradientType=0 );
}
.settings .subscriptions .options td{padding: 0 10px 5px 0;}
.settings .subscriptions .alerts {margin-bottom:30px;font-size:13px;border-collapse: collapse;}
.settings .subscriptions .alerts tr{border-bottom:1px solid #DADADA;}
.settings .subscriptions .alerts tr.titles{color:#999999;}
.settings .subscriptions .alerts td{padding:5px;}
.settings .subscriptions .alerts th{text-align:left;font-size:15px;padding-bottom:5px;}
.settings .subscriptions .alerts .searchName{width: 300px;border-right:1px solid #DADADA;}
.settings .subscriptions .alerts .interval{text-align: center;width: 115px;border-right:1px solid #DADADA;}
.settings .subscriptions .alerts .unsubscribe{text-align: center;width: 130px;}
.settings .subscriptions .footer{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 1px dashed #DADADA;
	font-size:13px;
	height: 30px;
   	padding: 10px 20px 0;
}

/* news */

.newsSidebar {
	width:150px;
	float:right;
	height:100%;
	display:block;
	border-left:1px dashed #dadada;
	padding-left:12px;
	margin-left:12px;
	padding-bottom:30px;
	}	
.newsSidebar ul li{
	float:left;
	display:block;
	clear:both;
}
.newsSidebar ul li a{
	display:inline-block;
	float:left;
	margin:0 5px 5px 5px;
	font-size:13px;
}	
.newsSidebar a{
	display:inline-block;
	float:left;
	color:#999999;
}
.newsSidebar span{
	display:inline-block;
	margin-right:5px;
}	
.showOlder {
	font-size:13px;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:5px;
}
.newsHeading,	
.newsContent{
	width:560px;	
}
.newsHeading {
	line-height:1.3em;
}	
.newsContent .tags a:after,
.newsSidebarbox .tags a:after{
	content:"\002C\00a0";
}
.newsContent .tags a:last-child:after,
.newsSidebarbox .tags a:last-child:after{
	content:"\00a0";
}	
.newsContent .tags a{
	clear:none !important;
	display:inline-block !important;
	font-size:12px;
}
.newsContent .tags{
	font-size:12px;
	width:100%;
}
.newsPage .newsContent p.author{
	color: #999999;
    font-style: italic;
    margin: 0 0 25px;
}
.newsContent{
	border-bottom:1px dashed #dadada;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	float:left;
}	
.newsContent h3{
	font-weight:bold !important;
	text-transform:none !important;
}
.newsSidebarTitle {
	border-bottom: dashed 1px #dadada;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #666;
	text-transform:capitalize;
	display:block;
	clear:both;
	font-weight:bold;
}
.newsSidebarbox{
	margin:0 0 20px 0;
	display:block;
	float:left;
	width:100%;
}
.newsPage .newsContent strong,
.newsPage .newsContent li,
.newsPage .newsContent cite,
.newsPage .newsContent em,
.newsPage .newsContent p{
	font-size:13px;
	color:#666;
}
.newsPage .newsContent p{
	margin:5px 0 10px 0;
	line-height: 160%;
}		
.newsPage .newsContent strong{
	font-weight:bold;
}
.newsPage .newsContent em,
.newsPage .newsContent cite {
font-style:italic;
	}	
.newsDate,	
.newsMeta{
	color:#999;
	margin:5px 0 0 0;
	font-size:12px;
	}
a.arrowBack {
	background: url("../cssResource/res/images/arrow_back.png") no-repeat scroll 0 2px transparent;
    padding-left: 19px;
	text-transform:none;
	clear:both !important;
	color:#939393;
	display:inline-block;
	font-size: 13px;
}
.newsSidebar a.arrowLeft {
	text-transform:none;
	margin:5px 0 0 0;
}
a.arrowBack.bottom {
	float:left;
	clear:both !important;
}
.newsPage .newsListing{
	margin:0;
	color:#666;
	float:left;
	clear:both;
	width:560px;
}
.newsPage .newsListing h3{
	color:#666;
	text-transform:none;
	font-weight:bold;
}	
.newsPage .newsListing a{
	font-size:13px !important;
	clear:both !important;
	display:block !important;
	float:left;
}
.newsPage .newsListing .newsDate{
	clear:both !important;
	display:block;
	float:left;
	margin:0 0 5px 0;
}
.newsPage .newsContent h2 a{
	color: #fc6a00;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}
.newsPage .newsContent h2{
	font-size:15px;
	font-weight:bold;
	padding:0;
}
.newsPage .newsContent .newsPic{
	border:1px solid #d2d2d2;
	background:#fff;
	max-width:200px;
	max-height:130px;
	width:auto;
	height:auto;
	display:inline-block;
	float:left;
	margin:10px 10px 10px 0;
}
.newsPage .newsContent .newsPic img{
	max-width:194px;
	max-height:124px;
	width:auto;
	height:auto;
	padding:3px;
	float:left;
}
.newsPage .newsContent .newsContentPic{
	border:1px solid #d2d2d2;
	background:#fff;
	max-width:260px;
	max-height:330px;
	width:auto;
	height:auto;
	display:inline-block;
	float:right;
	margin:10px 0 10px 15px;
}
.newsPage .newsContent .newsContentPic img{
	max-width:254px;
	max-height:324px;
	width:auto;
	height:auto;
	padding:3px;
	float:left;
}
.newsPage .newsContent p.newsLead{
	font-weight:bold;
	font-size:14px;
}
.newsContent ul li{
	margin:0 0 0 15px;
	list-style:circle;
}
/* Insurance calc newspage */
.newsContent .insuranceCalc{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #DADADA;
}
.newsContent .insuranceCalc h2{
	margin: 0 0 5px;
	font-size: 1.3em;
}
.newsContent .insuranceCalc .calc-footer{
	margin: 10px 4px 4px;
}
.newsContent .insuranceCalc .calc-footer a{
	margin-right: 30px;
	vertical-align: middle;
	display: inline-block;
}
.newsContent .insuranceCalc > img{
	bottom: 20px;
    right: 20px;
}
table.objects,
table.offersLog,
table.invoices{
	width:100%;
	margin-bottom:20px;
	background:url('../cssResource/res/images/bg_fade_fff_top_alt.gif') top left repeat-x;
	clear:both;
}

table.objects thead,
table.offersLog thead,
table.invoices thead {border-left:1px solid #EAEAEA;border-right:1px solid #EAEAEA;}
table.objects tr td,
table.offersLog tr td,
table.invoices tr td {border-top:1px solid #EAEAEA;}

table.objects tr th, 
table.objects tr td {padding:6px 5px;}
table.objects tr .icon,
table.offersLog tr .icon {width:18px;padding:5px 0px 5px 15px;}
table.objects tr .address {padding-left:15px;}
table.objects tr td.address {width:220px;}
table.objects tr .clicks {padding:5px 30px 5px 5px;}
table.objects .icon.notice {background:url('../cssResource/res/images/icon_notice.png') right center no-repeat;}
table.objects .icon.new {background:url('../cssResource/res/images/icon_new.png') right center no-repeat;}

table.offersLog thead th,
table.offersLog .offer,
table.invoices thead th {
	white-space:nowrap;
}
table.offersLog th,
table.offersLog td,
table.invoices th,
table.invoices td {
	padding:6px 6px 6px 10px;
	vertical-align:top;
}

table.offersLog thead span {
	display:none;
}
table.offersLog .contact strong,
table.offersLog .contact span {
	display:block;
} 
.odd th,
.odd td {
	background:#EEEEEE;
}
table .tip {
	margin-left:10px;
}

table .text-large{
    font-size: 18px;
}
table small{
    color: #999;
    display: block;
}
.table-floating-wrap{
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    float: left;
    width: 100%;
}
table.table-floating{
    font-size: 13px;
    width: 100%;
}
table li{
    padding: 7px 0;
}
table li:first-child{
    padding-top: 0;
}
table li:last-child{
    padding-bottom: 0;
}
table.table-pricelist li:not(:first-child) {
    border-top: 1px solid #dadada;
    margin: 0 -15px;
}
table.table-floating th,
table.table-floating td{
    padding: 15px;
    border-style: solid dashed solid dashed;
    border-color: #dadada;
    border-width: 1px;
}
table.table-floating th:first-child,
table.table-floating th:last-child,
table.table-floating td:first-child,
table.table-floating td:last-child{
    border-left: none;
    border-right: none;
}
.pricelist-heading{
    margin-top: 30px;
    border-bottom: 0 !important;
}
.pricelist-header-img{
    position: absolute;
    z-index: -1;
    right: 0;
    margin-top: -45px;
}
table.table-pricelist td,
table.table-pricelist th{
    width: 25%;
}
table.table-pricelist td.description{
    width: 40%;
}
table.table-packages thead tr:first-child th:not(:first-child){
    background: #666;
    color: #fff;
    border-top: 2px solid #faa000;
}
table.table-packages tr:last-child td:not(:first-child){
    border-bottom: 2px solid #faa000;
}
table.table-packages thead tr:first-child th{
    border-top: 0;
}
table.table-packages td:not(:first-child),
table.table-packages th:not(:first-child){
    border-left: 2px solid #faa000;
    border-right: 2px solid #faa000;
}
.table-packages-footer{
    padding: 20px;
    font-size: 13px;
}
.table-packages-footer .fa{
    font-size: 20px;
    color: #faa000;
    vertical-align: middle;
    margin-right: 5px;
}

.packages_border, .packages_border th, .packages_border td{
border: 1px solid #d7d7d7;
}
.packages .info_icon a{
	position: relative;
	float: right;
	width: 19px;
	height: 19px;
	background-color:#00ff00;
	background:url('../cssResource/res/images/info_icon.png') 0px 0px no-repeat;
}
.packages .info_icon a:hover{
	position: relative;
	float: right;
	width: 19px;
	height: 19px;
	background-color:#00ff00;
	background:url('../cssResource/res/images/info_icon.png') -19px 0px no-repeat;
}
.packages .info_icon{
	min-width: 140px;	
}
.packages .info_icon span{
	float: left;
	max-width: 120px;
}
/* mobile special offer */
.mobile_specialoffer *{
	font-size:15px;
	clear:left;
}
.mobile_specialoffer{
	border: 2px solid #faa000;
    margin-top: 40px;
	margin-bottom: 160px;
   padding: 15px 20px 20px;
    position: relative;
    width: 380px;
}
.mobile_specialoffer label{
	margin-left:-20px;
	margin-bottom: 10px;
}
.mobile_specialoffer .price strong{
	font-size: 20px;
}
.mobile_specialoffer .mobile_image{
	display: block;
    height: 387px;
    position: absolute;
    right: -260px;
    top: -80px;
    width: 260px;
}
.mobile_specialoffer .mobile_image.ee{background:url('../cssResource/res/images/mobile_special_offer_EE.png') 0 0;}
.mobile_specialoffer .mobile_image.lv{background:url('../cssResource/res/images/mobile_special_offer_LV.png') 0 0;}

/* Login */
.loginbox,
.registerbox{
	height: 472px;
}
.loginbox.promodialog{
	width: 25%;
}
.registerbox.promodialog{
	margin-left: 2%;
    width: 73%;
}
.loginbox .btn,
.loginbox input{
	box-sizing: border-box;
    height: auto;
    margin-bottom: 6px;
    padding: 12px;
    width: 100%;
	display: block;
}
.loginbox .navButton{
	margin:0 0 10px 0;
}
.loginbox .alt-login{
	border-top: 1px dashed #dadada;
    margin-top: 10px;
    padding-top: 10px;
}
.loginbox .facebook-login,
.loginbox .google-login,
.loginbox .draugiem-login{
	font-size: 1.2em;
	color: #FFFFFF;
}
.loginbox .facebook-login{
	background: #45619D;
}
.loginbox .alt-login .btn{
	padding-left: 12px;
}
.loginbox .alt-login .icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
    vertical-align: middle;
}
.loginbox .facebook-login .icon{background: url('../cssResource/res/images/alt_login_icons.png') -22px 0 no-repeat;}
.loginbox .google-login .icon{background: url('../cssResource/res/images/alt_login_icons.png') -44px 0 no-repeat;}
.loginbox .draugiem-login .icon{background: url('../cssResource/res/images/alt_login_icons.png') 0 0 no-repeat;}
.loginbox .google-login{
	background: #DF4A32;
}
.loginbox .draugiem-login{
	background: #FF6600;
}
.loginbox .remember-me{
	font-size: 1.2em;
}
.light .registerbox .wrapper-register{
	text-align: center;	
}
.light .registerbox h2,
.light .promodialog .registration-text,
.light .registerbox a{
	float:none;
	display: inline-block;
}
.light .registerbox h2{
	color:#fc6a00;
	font-size: 4em;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
	widows: 400px;
}
.light .promodialog .registration-text{
	width: 300px;
	margin-bottom: 20px;
}
.registerbox .login-page-illustration{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/*.wrapper_login {
	clear: left;
	float:left;
	width: 935px;
}
.login_container{
	width: 100%;
}
.startPage .loginbox .submit {
    clear: both;
    float: right;
}
.login_split{
	float:left;
	width: 455px;
	text-align: left;
	padding-left: 10px;
	font-size:13px;
}
.login_split ul li{
	display: block;
	color: white;
	clear:both;
	margin-bottom: 5px;
}
.login_split.credientals ul li a{
	background: url("../cssResource/res/images/top_menu_arrow.png") no-repeat scroll 0 3px transparent;
    display: inline;
    padding-left: 10px;
}
.login_split_alt{
	float:left;
	width: 455px;
	text-align: right;
	padding-right: 10px;
}
.login_split_alt ul{
	font-size: 1.2em;
	float:right;
}
.login_split_alt ul li{
	padding-bottom: 10px;
	display: block;
	clear:both;
	float:right;
}
.wrapper_login h2 {
    font-size: 1.8em;
    font-weight: 400;
}
.wrapper_login h5 {
	margin: 0px 0 5px 10px;
    font-size: 1em;
}
.wrapper_login .submit .button:hover{
	background:#fb8106;
	background: -moz-linear-gradient(top,  #fba112,  #fb8106);
	background: -webkit-gradient(linear, left top, left bottom, from(#fba112), to(#fb8106));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba112', endColorstr='#fb8106');
}
.wrapper_login .credentials a{
	background: url("../cssResource/res/images/top_menu_arrow.png") no-repeat scroll 0 3px transparent;
	padding-left: 10px;
    display: inline-block;
    line-height: 1.4em;
	font-size: 1em;
}
.wrapper_login .credentials a:hover {
	background-position: 0px -90px;
}*/
/*------------------------------------
	FACEBOOK BUTTON
------------------------------------*/
.fb_button .fb_button_text {
    background:url("../cssResource/res/images/facebook_button.png") repeat scroll 0 0 #5F78AB;
    border-bottom:1px solid #1A356E;
    border-top:1px solid #879AC0;
    color:#FFFFFF;
    display:block;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight:bold;
    margin:1px 1px 0 21px;
    padding:0 5px 5px;
    text-shadow:none;
}

a.fb_button, .fb_button {
    text-decoration:none;
}

.fb_button_medium {
    background-position:left -188px;
    font-size:11px;
    line-height:14px;
}

.fb_button {
    background:url("../cssResource/res/images/facebook_button.png") no-repeat scroll 0 0 #29447E;
    cursor:pointer;
    display:inline-block;
    outline:medium none;
    padding:0 0 0 1px;
    text-decoration:none;
}

/* mobile view preferences */

.viewPreference{
	min-width:0;
	background: #f9f9f9;
}
.viewPreference .wrapper {
  bottom: 0;
  height: 175px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}
.viewPreference .wrapper span{
	font-size:15px;
	font-weight:bold;
}
.viewPreference .buttons {
  height: 92px;
  margin-bottom: 11px;
  margin-top: 9px;
  position: relative;
  width: 100%;
}
.viewPreference .button {
  font-size: 21px;
  font-weight: bold;
  margin-top: 5px;
  padding: 9px 0;
  text-align: center;
  text-transform: inherit;
  width: 100%;
}
.viewPreference .remember{
	font-size:15px;
}
.viewPreference .remember input{
	position:relative;
	left:0;
}

/*---------------------------------------------------------------
 Styles used for displaying/hiding text on save as favourite component
---------------------------------------------------------------*/
.result .save a .text_add {
	display:block;
}
.saveFavourite a .text_add,
.light .objectSocial a .text_add,
.light .ScrollMenu a .text_add{
	display:inline;
}
.result .save a .text_remove,
.saveFavourite a .text_remove,
.light .objectSocial a .text_remove,
.light .ScrollMenu a .text_remove{
	display:none;
}

.result .save a.saved .text_add,
.saveFavourite a.saved .text_add,
.light .objectSocial a.saved .text_add,
.light .ScrollMenu a.saved .text_add{
	display:none;
}
.result .save a.saved .text_remove,
.light .objectSocial a.saved .text_remove,
.light .ScrollMenu a.saved .text_remove{
	display:inline;
}

.saveFavourite a.saved .text_remove {
	display:inline;
}

.loadFavourite a .text_add {
	display:block;
}
.result .save a .text_remove,
.loadFavourite a .text_remove {
	display:none;
}

.result .save a.saved .text_add,
.loadFavourite a.saved .text_add {
 display:none;
}
.result .save a.saved .text_remove,
.loadFavourite a.saved .text_remove {
 display:block;
}

/*------------------------------------
	NEW PROJECTS CROSS-LINKING
------------------------------------*/
	
.crosslinkingdialog  .wrapper{
    
	background: url("../cssResource/res/images/bg_fade_fff_top.gif") repeat-x scroll left top transparent;
    border-radius: 3px 3px 3px 3px;
    padding: 11px;
    position: relative;
	height: 100%;
}

.crosslinkingdialog {
	clear: both;
    float: left;
    margin: -20px 12px 40px 0px;
    position: relative;
    width: 732px;
    z-index: 2;
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 1px;	
}
.crosslinkingdialog h2 {
	float: left;
    padding-bottom: 8px;
	margin: 0;
	font-size: 1.7em;
	font-weight: 100;
}
.crosslinktable {
	clear:both;
	padding-top:0; 
	border: 5px solid #FBB41F; 
	border-collapse: collapse; 
	width:700px; 
	font-weight:bold; 
	font-size: 1.4em;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
.crosslinktable tr {
	margin: 0;
    padding: 0;
	border-collapse: collapse;
    font-size: 1em;
	
}
.crosslinktable th {
	background-color: #FBB41F;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	text-align: center;
	width: 175px;
}
.crosslinktable td {
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	text-align: center;
	width: 175px;
}
.crosslinktable .first_row td{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 100;
	text-align: center;
	width: 175px;
	padding-left: 15px;
	border-bottom:1px solid #E4E4E4;
	

}
.crosslinktable .second_row td{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 100;
	text-align: center;
	width: 175px;
	padding-left: 15px;
	border-bottom:1px solid #E4E4E4;
	
}
.crosslinktable td a{
	text-decoration: none;
	display: block;
}
.crosslinktable td a:hover{
	color:#FBB41F;
}

.ptype,
.psize,
.pfloor,
.sprice,
.nrooms,
.hnr,
{}

span#show_more_new_objects{
	font-size:13px;
	padding:12px 0px 5px 0px;
	float:left;
	text-transform:uppercase;
	font-weight:normal;
	color:#939393;
	
	}
span#show_more_new_objects:hover{
	cursor:pointer;
	color:#FBB41F;
	}
span#show_more_new_objects .expand{
	padding:0 0 0 19px; 
    background: url("../cssResource/res/images/plus_orange.png") no-repeat scroll left center transparent;
}

span#show_more_new_objects .collapse{
	padding:0 0 0 19px; 
    background: url("../cssResource/res/images/minus_orange.png") no-repeat scroll left center transparent;
}


/* error pages */
.errorPage.light .content {
    width: 100%;
	box-sizing: border-box;
	border:0;
	padding:15px;
}
.errorPage .content ul {
    clear: both;
    float: left;
    width: 590px;
	margin-bottom: 15px;
}
.errorPage .content ul li {
    clear: both;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    margin: 0 0 5px;
}
.errorPage .content p {
    clear: both;
    float: left;
    width: 590px;
}
.errorPage .content h2 {
    clear: left;
    margin: 10px 0 0;
    padding-bottom: 8px;
	width: 590px;
}
.infobox {
    background: none repeat scroll 0 0 #eee;
    border: 0 solid #fbaa00;
    border-radius: 3px;
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 6px 10px;
}
.infoIcon {
    margin-right: 5px;
    margin-top: -4px;
    vertical-align: middle;
}
.errorPic {
    position: absolute;
    right: 50px;
    top: -50px;
}
.errorPage .otherObjects{
	height: 260px;
    margin-bottom: 15px;
    width: 650px;
}
/* Similar objects block */
.similar-objects-wrap {
	border-top: 1px dashed #dadada;
	margin-top: 20px;
	padding-top: 15px;
	float:left;
	margin-bottom: 10px;
}
.similar-objects-wrap ul{
	width:100% !important;
	margin:0 !important;
}
.similar-objects-wrap .similar-objects li{
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 5px;
	clear: none;
}
.similar-objects-wrap .similar-objects.count-1 li{width: 100%;}
.similar-objects-wrap .similar-objects.count-2 li{width: 50%;}
.similar-objects-wrap .similar-objects.count-3 li{width: 33.33%;}
.similar-objects-wrap .similar-objects.count-4 li{width: 25%;}
.similar-objects-wrap .similar-objects.count-5 li{width: 20%;}
.similar-objects-wrap .similar-object {
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	position:relative;
	cursor:pointer;
	width:100%;
}
.similar-objects-wrap .similar-object:hover .info-wrap .info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.similar-objects-wrap .similar-object .info-wrap{
	bottom: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.similar-objects-wrap .similar-object .info{
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);*/
	box-sizing: border-box;
	color: #fff;
	padding: 7px 10px;
	position: relative;
	width: 100%;
	/*text-shadow:1px 1px 3px #000000;*/
}
.similar-objects-wrap .similar-object .fade{
	bottom: 0;
	height: 40%;
	position: absolute;
	right: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0,0,0,0.79) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c9000000',GradientType=0 ); /* IE6-9 */
}
.similar-objects-wrap .similar-object img.landscape{
	width:auto;
	height:100%;
}
.similar-objects-wrap .similar-object img.portrait{
	width:100%;
	height:auto;
}
/* New project Promo block */
.carousel-wrap{
	width:100%;
	overflow:hidden;
	margin-bottom:24px;
}
.carousel-wrap .carousel{
	width:10000%;
}
.carousel-wrap .slide{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    position: relative;
    width: 703px;
	cursor:pointer;
	left:0;
}
.carousel-wrap .thumb,
.carousel-wrap .info{
	float:left;
}
.carousel-wrap .thumb{
	width:420px;
	height: 280px;
    overflow: hidden;
    position: relative;
}
.carousel-wrap .thumb img:not(.virtual-tour-icon){
	display:block;
	position:relative;
	width: 100%;
	height:100%;
}
.carousel-wrap .info{
	width:40%;
	padding:20px;
	box-sizing:border-box;
}
.carousel-wrap .info p{
	float:left;
}
.carousel-wrap .info .address{
	color:#999;
}
.carousel-wrap .info h3{
	margin:0;
	float:left;
}
.carousel-wrap .info img{
	bottom: 0;
    max-height: 65px;
    padding: 10px;
    position: absolute;
    right: 0;
	max-width: 250px;
}
.carousel-wrap .info h3.price{
	border-bottom: 2px solid #faa000;
    float: left;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
}
.slide-dots{
	display: block;
    float: right;
    margin-top: 12px;
    text-align: right;
}
.slide-dots li{
	background: none repeat scroll 0 0 #999;
    border-radius: 90px;
    display: inline-block;
    height: 15px;
    width: 15px;
	cursor: pointer;
}
.slide-dots li.active{
	background:#FAA000;
}
.objects-wrap {
	float:left;
	width:100%;
}
.objects-wrap.static {
    border-bottom: 1px dashed #dadada;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.objects-wrap .objects-row{
	width:100% !important;
	margin:0 !important;
}
.objects-wrap .objects-row li{
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 5px;
	clear: none;
}
.objects-wrap .objects-row.count-1 li{width: 100%;}
.objects-wrap .objects-row.count-2 li{width: 50%;}
.objects-wrap .objects-row.count-3 li{width: 33.33%;}
.objects-wrap .objects-row.count-4 li{width: 25%;}
.objects-wrap .objects-row.count-5 li{width: 20%;}
.objects-wrap .objects-row li .single-object {
	background-color: #666;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	position:relative;
	cursor:pointer;
	width:100%;
}
.objects-wrap .objects-row.count-2 .single-object{width:342px;height:228px;}
.objects-wrap .objects-row.count-3 .single-object{width:225px;height:150px;}
.objects-wrap .single-object:hover .info-wrap .info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.objects-wrap .single-object .info-wrap{
	bottom: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.objects-wrap .single-object .info{
	box-sizing: border-box;
	color: #fff;
	position: relative;
	width: 98%;
	padding-right: 8px;
	overflow:hidden;
	/*text-overflow:ellipsis;*/
	white-space:nowrap;
}
.objects-wrap .single-object .info .price-text{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
	border-bottom: 3px solid #faa000;
	font-weight:bold;
}
.objects-wrap.static .single-object .info .price-text {
    background: none repeat scroll 0 0 #faa000;
}
.objects-wrap .single-object .info .address-text{
	display: inline-block;
	/*padding: 8px 4px;
	margin-left: 8px;*/
}
.objects-wrap .single-object .info-wrap .info span:first-child.address-text {
	margin-left: 10px;
}
.objects-wrap .single-object .fade{
	bottom: 0;
	height: 30%;
	position: absolute;
	right: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0,0,0,0.79) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c9000000',GradientType=0 ); /* IE6-9 */
}
/* .objects-wrap .single-object img.landscape{
	width:auto;
	height:100%;
	max-width:none;
}
.objects-wrap .single-object img.portrait{
	width:100%;
	height:auto;
	max-width:none;
} */
.objects-wrap .single-object img{
	width:100%;
	height:100%;
}
.objects-wrap .single-object img.virtual-tour-icon{
	width: auto;
}
.objects-wrap .slide{
	display:none;
}
.objects-wrap .slide.active{
	display:block;
}
.objects-wrap__link{
	margin-top: 13px;
    float: left;
    color: #FFD006 !important;
}

.searchPage.mapPage .mapContainer {height: 670px;}
.searchPage.mapPage .mapComponent, .searchPage.mapPage .insuramceMapComponent {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 654px;
}

.mapZindexShow {z-index: 10;}
.mapZindexHide {z-index: 1;}

.searchPage.mapPage .toggleOverlay {z-index: 200;}

/* Virtual tour */
.virtual-tour-frame{
	margin:15px;
	width: 705px;
	height: 400px;
}
.itemPage .virtual-tour-thumb{
	display: none;
}
.virtual-tour-icon-wrap{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    pointer-events: none;
    z-index: 1;
    transition: width 0.2s, height 0.2s;
}
.virtual-tour-thumb:hover .virtual-tour-icon-wrap{
	width: 100%;
	height: 100%;
	transition: width 0.2s, height 0.2s;
}
.virtual-tour-thumb:hover .virtual-tour-icon{
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top:-40px;
	transition: width 0.2s, height 0.2s, margin-top 0.3s, top 0.2s;
}
.virtual-tour-icon{
	position: relative;
	top: 0px;
	width: 40px;
	height: 40px;
	transition: width 0.2s, height 0.2s, margin-top 0.3s, top 0.2s;
}

.cookie-note * {
    display: inline-block;
    margin-left: 20px;
}
.cookie-note {
    background-color: #666666;
    bottom: -1px;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1500;
}
.cookie-note a {
    color: #faaa00;
    text-decoration: none;
}
.cookie-note p {
    margin-bottom: 13px;
    margin-top: 13px;
}
.cookie-note a:hover {
    color: #faaa00;
    text-decoration: underline;
}
.cookie-note a.cookie-note__button {
    display: inline-block;
    float: none;
    font-size: 16px;
    margin: 0 0 0 20px;
    padding: 6px 20px;
}
.cookie-note.is-hidden {
    display: none;
}

.item_added_wrapper {
	background: rgba(0, 0, 0, 0.5) repeat scroll 0 0;
	height: 35px;
    position: absolute;
    bottom: 0px;
	right: 0px;
}
.item_added_wrapper img {
	padding: 8px 10px 5px 10px;
	
}
.item_added_time {
	color: #ffffff;
    padding-top: 8px;
    float: right;
    padding-right: 10px;
	white-space: nowrap;
}
.item_added_time img {
	padding-right: 	5px;
}

.keywordSuggestions li.token {
    min-height: 25px;
}

.keywordSuggestions li.token label {
    line-height:normal;
    padding-top:0;
    padding-bottom:0;
    width:420px;
    margin-left:5px;
    padding-top:3px;
    
}

.new-search__row.sec__row {height:48px; }

.new-search__box--main .new-search__row.ig_Apartments #commercialSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Apartments #lotsSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Apartments .new-search__keyword-input {width:60%;}

.new-search__box--main .new-search__row.ig_Houses #commercialSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Houses #lotsSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Houses .new-search__keyword-input {width:60%;}

.new-search__box--main .new-search__row.ig_Lots #commercialSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Lots #lotsSubCategoryContainer {display:block;}
.new-search__box--main .new-search__row.ig_Lots .new-search__keyword-input {width:40%;}

.new-search__box--main .new-search__row.ig_Commercials #commercialSubCategoryContainer {display:block;}
.new-search__box--main .new-search__row.ig_Commercials #lotsSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Commercials .new-search__keyword-input {width:40%;}

.new-search__box--main .new-search__row.ig_GarageAndParking #commercialSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_GarageAndParking #lotsSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_GarageAndParking .new-search__keyword-input {width:60%;}

.new-search__box--main .new-search__row.ig_Proj #commercialSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Proj #lotsSubCategoryContainer {display:none;}
.new-search__box--main .new-search__row.ig_Proj .new-search__keyword-input {width:60%;}

/* new search - search list page  */
.new-search__box--results .new-search__row.ig_Apartments #commercialSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_Apartments #lotsSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_Apartments #priceContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Apartments #sizeContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Apartments #roomRangeSearch {width:20%;}
.new-search__box--results .new-search__row.ig_Apartments #floorContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Apartments #totalFloorsContainer {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_Apartments #additionalFiltersContainer {width:20%;}

.new-search__box--results .new-search__row.ig_Houses #commercialSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_Houses #lotsSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_Houses #priceContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Houses #sizeContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Houses #roomRangeSearch {width:20%;}
.new-search__box--results .new-search__row.ig_Houses #floorContainer {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_Houses #totalFloorsContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Houses #additionalFiltersContainer {width:20%;}

.new-search__box--results .new-search__row.ig_Lots #commercialSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_Lots #lotsSubCategoryContainer {display:block;width:20%;}
.new-search__box--results .new-search__row.ig_Lots #priceContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Lots #sizeContainer {width:20%;}
.new-search__box--results .new-search__row.ig_Lots #roomRangeSearch {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_Lots #floorContainer {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_Lots #totalFloorsContainer {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_Lots #additionalFiltersContainer {width:20%;}

.new-search__box--results .new-search__row.ig_Commercials #commercialSubCategoryContainer {display:block;width:16.66%;}
.new-search__box--results .new-search__row.ig_Commercials #lotsSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_Commercials #priceContainer {width:16.66%;}
.new-search__box--results .new-search__row.ig_Commercials #sizeContainer {width:16.66%;}
.new-search__box--results .new-search__row.ig_Commercials #roomRangeSearch {width:16.66%;}
.new-search__box--results .new-search__row.ig_Commercials #floorContainer {width:16.66%;}
.new-search__box--results .new-search__row.ig_Commercials #totalFloorsContainer {display:none;width:16.66%;}
.new-search__box--results .new-search__row.ig_Commercials #additionalFiltersContainer {width:16.66%;}

.new-search__box--results .new-search__row.ig_GarageAndParking #commercialSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_GarageAndParking #lotsSubCategoryContainer {display:none;}
.new-search__box--results .new-search__row.ig_GarageAndParking #priceContainer {width:20%;}
.new-search__box--results .new-search__row.ig_GarageAndParking #sizeContainer {width:20%;}
.new-search__box--results .new-search__row.ig_GarageAndParking #roomRangeSearch {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_GarageAndParking #floorContainer {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_GarageAndParking #totalFloorsContainer {display:none;width:20%;}
.new-search__box--results .new-search__row.ig_GarageAndParking #additionalFiltersContainer {width:20%;}

div.searchFilter > select.sumoselect {height:20px;}

/* Privacy Regulations*/
.privacyRegulations h1{
    font-size: 22px !important;
    margin-bottom: 20px !important;
    color: #666 !important;
}
.privacyRegulations .terms h2{
    font-weight: bold;
    margin-bottom: 20px !important;
}
.privacyRegulations .terms h3{
    margin: 20px 0 10px !important;
}
.privacyRegulations .terms{
    height: 370px;
    width: 100%;
    border: 1px solid #dadada;
    overflow: auto;
    background: #FFF;
    padding: 30px;
    margin: 25px 0;
    box-sizing: border-box;
    text-align: justify;
}

.privacyRegulations .terms li {
    list-style-type: disc;
    display: list-item;
}
.privacyRegulations .terms ul {
    list-style-type: disc;
    padding-left: 40px;
    margin: 16px 0;
}

.privacyRegulations.modal {
	font-size: 13px;
}

.privacyRegulations .agreement-check {
	margin-left: 2px;
}

.privacyRegulations .agreement-check a {
    color: #fc6a00;
}

.gdpr-wrap {
    left: 50%;
    transform: translateX(-50%);
}

button.button {
	border: 1px solid #d27b0b;
    float: left;
    background: #fbaa00;
    height: 37px;
    line-height: 25px;
    padding: 5px 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -webkit-border-top-right-radius: 3px 3px;
    -webkit-border-top-left-radius: 3px 3px;
    -moz-border-radius-topright: 3px 3px;
    -moz-border-radius-topleft: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-top-left-radius: 3px 3px;
    -webkit-border-bottom-right-radius: 3px 3px;
    -webkit-border-bottom-left-radius: 3px 3px;
    -moz-border-radius-bottomright: 3px 3px;
    -moz-border-radius-bottomleft: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    text-shadow: #FF7602 0px -1px 0px;
    background: #fbaa00;
    background: -moz-linear-gradient(top, #fbb41f, #fb9906);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbb41f), to(#fb9906));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb41f', endColorstr='#fb9906');
}

button.button[disabled] {
	text-shadow: none;
    color: #999 !important;
    background: #eeeeee;
    border: 1px solid #999999;
    cursor: default;
    font-weight: normal;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee');
}

.confirmButtons button.button {
	color: #FFF;
    font-size: 17px;
    margin: 0 13px 5px 0;
    min-width: 117px;
    
}

.confirmButtons button.confirmButton {
	text-transform: uppercase;
    font-weight: bold;
}

.confirmButtons button.link {
	color: #FF6C00 !important;
	font-weight: normal;
    font-size: 1em;
    line-height: 37px;
    margin-left: 10px;
    width: auto;
    border: none;
    background: none;
}
/*Save and alert component main-search page*/
.light .save-alert.search-list-space  {
	margin-top: 10px;
}
.light .save-alert {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 15px 0 25px;
  width: 100%;
  float: left;
  margin: 20px 0;
}

.light .save-alert .note-text {
	font-style: italic;
	font-size: 14px;
	margin-left: 85px;
	margin-bottom: -7px;
}

.light .save-alert .save-alert-col {
	margin-right: 5px;
	display: inline-block;
} 
.light .save-alert .save-alert-col.bell-area {
	margin-left: 15px;
	margin-right: 20px;
} 
.light .save-alert .fa-bell {
	background: #fb9906;
	width: 48px;
	height: 48px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#FFF;
	display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.light .save-alert-input {
  position: relative;
  font-size: 14px;
  height: 34px;
}
.light .save-alert-input label{
  position: absolute;
  left: 10px;
  color: #999;
  transform: translateY(16px) scale(1);
  transform-origin: left;
  transition: transform 0.25s;
  pointer-events: none;
  z-index: 99;
  font-style: italic;
}
.light .save-alert-select label{
  position: absolute;
  left: 10px;
  color: #999;
  transform: translateY(16px) scale(1);
  transform-origin: left;
  transition: transform 0.25s;
  pointer-events: none;
  z-index: 99;
  font-style: italic;
}
.light .save-alert-input.focused label{
  transform: translateY(2px) translateX(-2px) scale(0.8);
  color: #666;
}
.light .save-alert-select.focused label{
  transform: translateY(2px) translateX(-2px) scale(0.8);
  color: #666;
}
.light .save-alert-select[disabled].focused label,
.save-alert-select[disabled]:after,
.light .save-alert-input[disabled] label,
.light .save-alert-input[disabled].focused label {
  opacity: .5 !important;
}
.light .save-alert-input input {
  color: #444444;
  height: 100%;
  padding: 10px 10px 0px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin: 0;
  width: 200px;
}
.light .save-alert-input .button {
  font-size: 14px;
  margin-bottom: -30px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 0.8rem 1rem;
  transition: none;
  display: inline-block;
  width: 100%;
  max-width: 120px;
  min-width: 100px;
}
/*Save and alert component*/
.light .save-alert-comp {
	padding-top: 15px;
	padding-left: 10px;
	float: none;
  clear: both;
  margin:0;
}
.light .save-alert-comp.small {
	padding-top: 0;
}
.light .save-alert-comp.space {
	margin-bottom: 10px;
}
.light .save-alert-comp .save-alert-label {
	font-style: normal;
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 10px;
}
.light .save-alert-comp .save-title-wrap {
	display: block;
	margin-bottom: 40px;
	clear: both;
	float: left;
	width: 100%;
}
.light .save-alert-section {
  display: flex;
	height: 80px;
}
.light .save-alert-section.small {
	height: 60px;
}
.light .save-alert-section .save-alert-col {
  flex: 1;
  font-size: 14px;
  margin-right: 20px;
}
.light .save-alert-select {
  position: relative;
  font-size: 14px;
  height: 34px;
}
.light .save-alert-comp input.big {
  color: #444444;
  height: 100%;
  padding: 10px 10px 0px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin: 0;
  width: 95%;
}
.light .save-alert-section input {
  color: #444444;
  height: 100%;
  padding: 10px 10px 0px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin: 0;
}
.light .save-alert-section .save-alert-select select{
  color: #444444;
  height: 100%;
  padding: 10px 10px 0px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin: 0;
  width: 100%;
  height: 46px;
  cursor: pointer;
}
.save-alert-select select{
	border:none;
	 -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.save-alert-select:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 55%;
    border-style: solid;
    border-width: 5px;
    border-color: #666666 transparent transparent;
    pointer-events: none;
}
.save-alert-select:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 55%;
    border-style: solid;
    border-width: 5px;
    border-color: #666666 transparent transparent;
    pointer-events: none;
}

.light .save-alert-section select:disabled,
.light .save-alert-section input:disabled {
   color: #bbb !important;
   cursor: not-allowed;
   opacity: .5;

}
.light .save-alert-section input[type="checkbox"]:disabled + label {
	opacity: .7;
	cursor: not-allowed;
}

.light .save-alert-section .check-box {
	margin-top: 10px;
}
.light .save-alert-section .check-box label {
	font-size: 13px !important;
}
.light .save-alert-section .save-alert-input input[type="checkbox"]:not(:checked) + label  {
	display: inline;
}
.light .action-btns {
	height: 60px !important;
	padding-top: 0;
}
.light .action-btns .button {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 0.8rem 1rem;
  transition: none;
  display: inline-block;
  width: 100%;
  max-width: 120px;
  min-width: 100px;
}
.light .action-btns.small {
	height: 0 !important;
}
.light .action-btns.small .button {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 0.4rem 0.6rem;
  transition: none;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  min-width: 80px;
}
.light .action-btns .link {
  font-size: 14px;
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  transition: none;
  display: inline-block;
  width: 100%;
  max-width: 120px;
  min-width: 100px;
}
.privacyRegulations .confirmButtons {
	margin-top:20px;
}


.privacy-confirmation a {
    color: #999999;
    text-decoration: underline;
}

.privacy-confirmation {
    margin-top: 30px;
    font-size: 13px;
    color: #999999;
}
/* SEB block */
.SEB-block-np{
	display: flex;
	position:relative;
	z-index:2;
    border: 2px solid #60CD18;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    background: -moz-linear-gradient(left, #F8F8F8 0%, #F8F8F8 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #F8F8F8 0%, #F8F8F8 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, #F8F8F8 0%, #F8F8F8 50%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 );
}
.SEB-block-np .seb-logotype{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}
.SEB-block-np .seb-form select,
.SEB-block-np .seb-form input{
	height: 50px;
}
.SEB-block-np__left,
.SEB-block-np__right{
	width: 50%;
    float: left;
    padding: 20px;
    position: relative;
    padding-bottom: 70px;
    box-sizing: border-box;
    flex: 1 1 0;
}
.SEB-block-np__left{
	background: #F8F8F8;
}
.SEB-block-np__left .SEB-block-np__title{
	padding-left: 60px;
	text-align: right;
}
.SEB-block-np__title{
	font-family: 'SEBSansSerifMedium';
    font-size: 20px;
    line-height: 1.4;
	min-height: 60px;
    margin-bottom: 10px;
}
.SEB-block-np__calc table{
	width: 100%;
}
.SEB-block-np__calc td{
	padding-bottom: 10px;
}
.SEB-block-np__calc td:first-child{
	width:40%;
	padding-right: 10px;
	text-align: right;
}
.SEB-block-np__calc td{
	width: 60%;
}
.SEB-block-np__calc .seb-form input,
.SEB-block-np__calc .seb-form select,
.SEB-block-np__calc .seb-form .input-unit{
	padding: 15px;
}
.SEB-block-np__list {
    margin: 0;
    padding-left: 20px;
    padding-top:65px;
}
.SEB-block-np__list li {
    list-style: none;
    margin-bottom: 10px;
}
.SEB-block-np__list li:before {
    content: "✓";
    position: absolute;
    margin-left: -20px;
    color: #60CD18;
}
.SEB-block-np__footer{
	position: absolute;
	bottom: 22px;
    width: 89%;
    box-sizing: border-box;
}
.statistics_page_iframe{
	width: 100%;
	margin: -25px 0 -5px;
}


.responsive .new-c24-btn-container {
	float: left;
    margin-top: 5px;
}

.new-c24-btn-container .new-c24-btn-border {
	border: 1px solid #E1DEE3;
	border-radius: 16px;
	position: relative;
	height: 29px;
	padding: 4px;
}

.new-c24-btn-container .switch-outer {
	background: #9200D7;
    border-radius: 32px;
    display: inline-block;
    position: relative;
    width: 36px;
    height: 20px;
    padding: 3px;
    float: left;
}

.new-c24-btn-container .switch-outer .switch-inner {
	display: block;
    width: 14px;
    height: 14px;
    background-color: white;
    position: relative;
    border-radius: 14px;
}

.new-c24-btn-container .switch-text {
	font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    float: left;
    position: relative;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    color: #9200D7;
}


/* From: fi.almamedia.city24.web.City24CssResourceReference/res/css/mosaic.css */
/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

*/

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:228px;
	height:150px;
	background:#111 url(../cssResource/res/images/progress.gif) no-repeat center center;

	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-block .details {
	display:block;
	padding-top:5px;
}

.mosaic-block .details span.address {
		display:block; 
		margin-left: 20px;
		padding-top: 8px;
		font-size: 15px;
		font-weight: bold;
		color:#f5f5f5;
		overflow: hidden;
	}
	
.mosaic-block .details span.subAddress {
		display:block; 
		margin-left: 20px;
		font-size: 12px;
		color:#cccccc;
		margin-top: -2px;
		overflow: hidden;
	}	
.mosaic-block .details span.price {
		display:block;
		color:#F0D161; 
		margin-left: 20px;
		font-size: 13px;
		margin-top: -1px;
	}	
.mosaic-block .details span.details {
		display:block;
		color:#cccccc; 
		margin-left: 20px;
		margin-right:20px;
		font-weight: bold;
		font-size: 13px;
		white-space:normal;

	}
.mosaic-block .details span.slogan {
		display:block;
		color:#cccccc;
		margin-left: 20px;
		margin-right:20px;
		font-size: 13px;
		white-space:normal;
		
		margin-bottom:0.5em;

	}
	
.mosaic-block .details span.mPhotos {
		display:block;
		color:#f5f5f5;
		text-transform: uppercase;
		background:url(../cssResource/res/images/plus_light.png) top left no-repeat;
		margin-left: 20px;
		font-size: 10px;
		margin-top: 2px;
	}
	
.mosaic-block .details span.mPhotos span {
        margin-left: 18px;
		line-height: 16px;
	}	
	
				
	
	

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:150px;
		width:230px;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:230px;
		height:150px;
		background:#111;
		
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../cssResource/res/images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../cssResource/res/images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-150px;
			height:150px;
			background:url(../cssResource/res/images/bg-black.png);
		}
		
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			bottom:-100px;
			height:150px;
			background:url(../cssResource/res/images/bg-black.png);
		}
		/*** End Animation Styles ***/
		/* Mosaic Styles Special offers*/
.specialOffers_narrow .mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:168px;
	height:107px;
	background:#111 url(../cssResource/res/images/progress.gif) no-repeat center center;
        -webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;

	
}
.specialOffers_narrow .alt .mosaic-block {
	width: 226px;
	height: 147px;
}
.specialOffers_narrow .mosaic-block .details {
    display: block;
    padding-top: 5px;
}
.specialOffers_narrow .mosaic-block .details span.realtor_logo {
		display:block;
		font-size: 18px;
		color:#FFF;
	}
.specialOffers_narrow .alt .mosaic-block .details span.realtor_logo ,
.specialOffers_narrow .alt .mosaic-block .details span.address,
.specialOffers_narrow .mosaic-block .details span.address {
		white-space: normal;
		padding-top: 10px;
		font-size: 1.4em;
		font-weight:bold;
		color:#f5f5f5;
		width: auto;
		margin-right: 20px;
		display: block;
		overflow: hidden;
	}
.mosaic-backdrop {
    background: none repeat scroll 0 0 #111111;
    display: none;
    height: 150px;
    position: absolute;
    top: 0;
}	
.specialOffers_narrow .mosaic-block .details span.subAddress {
	font-size: 1.1em;
	color:#cccccc;
	margin-top: -2px;
	margin-right: 20px;
	line-height:1.2em;
	white-space: normal;
	overflow: hidden;
}	
.specialOffers_narrow .mosaic-block .details span.price {
	color:#F0D161; 
	margin-left: 20px;
	font-size: 1.3em;
	margin-top: -1px;
}	
.specialOffers_narrow .mosaic-block .details span.details {
    color: #CCCCCC;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    white-space: normal;
}
.specialOffers_narrow .mosaic-block .details span.slogan {
		display:block;
		margin-top: 10px;
		margin-bottom: 0px;
		color: #f5f5f5; 
		margin-left: 0px;
		margin-right: 5px;
		font-size: 1.4em;
	}
	.specialOffers_narrow  .alt .mosaic-block .details span.slogan {
    color: #CCCCCC;
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    margin-left: 20px;
    margin-right: 20px;
    white-space: normal;
	margin-top: 0px;
	}
	
.specialOffers_narrow .alt .mosaic-block .details span.mPhotos {
		color:#f5f5f5;
		text-transform: uppercase;
		background:url(../cssResource/res/images/plus_light.png) 67px  no-repeat;
		font-size: 1em;
		margin-top: 0px;
		margin-left:0px;
	}
.specialOffers_narrow .mosaic-block .details span.mPhotos {
		color:#f5f5f5;
		text-transform: uppercase;
		background:url(../cssResource/res/images/plus_light.png) 24px  no-repeat;
		font-size: 1em;
		margin-top: 0px;
		margin-left:0px;
	}
.specialOffers_narrow .mosaic-block .details span.mPhotos span {
        margin-left: 0px;
		line-height: 0px;
	}	

.specialOffers_narrow .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		background:#111;
		width: auto;
		height: auto;
	}
	
.specialOffers_narrow .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:168px;
		height:110px;
		background:#111;
		
	}
.specialOffers_narrow .alt .mosaic-overlay {
		width:228px;
		height:149px;
}	
/*Mosaic Styles New projects*/

.newProjects_narrow .mosaic-block {
	width: 168px;
	height: 110px;
        -webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
.newProjects_narrow .mosaic-block .mosaic-backdrop {
    background: none repeat scroll 0 0 #111111;
    display: none;
    position: absolute;
    top: 0;
}

.newProjects_narrow .mosaic-overlay {
	width: 168px;
	height: 110px;
}
.newProjects_narrow .mosaic-block .details span.subAddress {
		margin-left: 0px;
		font-size: 1.1em;
		color:#cccccc;
		margin-top: -2px;
	}	
.newProjects_narrow.mosaic-block .details span.price {
		color:#F0D161; 
		margin-left: 20px;
		font-size: 1.2em;
		margin-top: -1px;
	}	
.newProjects_narrow .mosaic-block .details span.details {
		color:#cccccc; 
		margin-left: 2px;
		margin-right:2px;
		margin-top: 0px;
		font-size: 1.1em;
		font-weight: bold;
		padding-top: 0px;
		
	}
.newProjects_narrow .mosaic-block .details span.slogan {
		margin-top: 2px;
		margin-bottom: 0px;
		color:#ff6c00; 
		margin-left: 20px;
		margin-right:20px;
		font-size: 13px;
		font-weight:bold;
	}
	
.newProjects_narrow  .mosaic-block .details span.realtor_logo {
		display:block;
		color:#FFF;
		border: solid 2px #FFF;
		text-align:center;
}
.newProjects_narrow  .mosaic-block .details span.realtor_logo img {
		max-height: 85px;
		max-width: 150px;
}
.newProjects_narrow  .alt .mosaic-block,
.newProjects_narrow  .mosaic-block .details {
	display:block;
	padding-top:5px;

}
.newProjects_narrow .mosaic-block .details span.mPhotos {
		color:#f5f5f5;
		text-transform: uppercase;
		background:url(../cssResource/res/images/plus_light.png) 24px  no-repeat;
		font-size: 10px;
		margin-top: 0px;
		margin-left:0px;
	}
.newProjects_narrow .mosaic-block .details span.mPhotos span {
        margin-left: 0px;
		line-height: 0px;
	}	

.newProjects_narrow .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		background:#111;
		width: auto;
		height: auto;
	}
	
.newProjects_narrow .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:168px;
		height:110px;
		background:#111;
		
	}
.newProjects_narrow .mosaic-block .details span.address {
		padding-top: 5px;
		font-size: 15px;
		color:#f5f5f5;
		width: auto;
		margin-left: 0px;
		font-weight: bold;
	}

		/*** Special offers Animation styles  ***/
.specialOffers_narrow .circle .mosaic-overlay {
			background:url(../cssResource/res/images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
.specialOffers_narrow .fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../cssResource/res/images/bg-black.png);
		}
		
.specialOffers_narrow .bar .mosaic-overlay {
			bottom:-110px;
			height:110px;
			background:url(../cssResource/res/images/bg-black.png);
		}
.specialOffers_narrow .alt .bar .mosaic-overlay {
			bottom:-149px;
			height:149px;
			background:url(../cssResource/res/images/bg-black.png);
		}
		
		
.specialOffers_narrow  .bar2 .mosaic-overlay {
			bottom:-63px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
.specialOffers_narrow  .bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
.specialOffers_narrow  .bar3 .mosaic-overlay {
			bottom:-100px;
			height:162px;
			background:url(../cssResource/res/images/bg-black.png);
		}
/*** New Projects Animation styles ***/

.newProjects_narrow .bar .mosaic-overlay {
			bottom:-110px;
			height:110px;
			background:url(../cssResource/res/images/bg-white.png);
}
.newProjects_narrow  .alt .bar .mosaic-overlay {
			bottom:-163px;
			height:163px;
			background:url(../cssResource/res/images/bg-white.png);
		}
.newProjects_narrow   .bar3 .mosaic-overlay {
			bottom:-100px;
			height:162px;
			background:url(../cssResource/res/images/bg-white.png);
		}



		/*** End Animation Styles ***/
/*NEW PROJECT PAGE Mosaic Styles*/
	
.thumb .mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:344px;
	height:229px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	background:#111 url(../cssResource/res/images/progress.gif) no-repeat center center;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
.thumb .mosaic-backdrop {
    background: none repeat scroll 0 0 #111111;
    display: none;
    height: 229px;
	width: 344px;
    position: absolute;
    top: 0;
}	
.thumb .mosaic-overlay {
		padding-top:50px ;
		display:none;
		z-index:5;
		position:absolute;
		width:344px;
		height:229px;
		background:#111;
		
	}
/*** New Projects Page Animation styles ***/

.thumb .mosaic-overlay {
			bottom:-230px;
			height: 180px;
			background:url(../cssResource/res/images/bg-white.png);
			opacity:0.9;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
			filter:alpha(opacity=90);
			-moz-opacity: 0.9;  
}
.thumb .mosaic-overlay img{
			color: white;
			opacity:1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter:alpha(opacity=100);
			-moz-opacity: 1;  
}		


/* From: fi.almamedia.city24.web.City24CssResourceReference/res/css/responsive/font-awesome.min.css */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../cssResource/res/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../cssResource/res/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../cssResource/res/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../cssResource/res/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../cssResource/res/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../cssResource/res/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}


/* From: fi.almamedia.city24.web.City24CssResourceReference/res/css/responsive/header.css */
@charset "UTF-8";

.responsive {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;  
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #282828;
  background: #f9f9f9;  
  box-sizing: border-box; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
.responsive article,
.responsive aside,
.responsive details,
.responsive figcaption,
.responsive figure,
.responsive footer,
.responsive header,
.responsive hgroup,
.responsive main,
.responsive menu-resp,
.responsive nav,
.responsive section,
.responsive summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
.responsive audio,
.responsive canvas,
.responsive progress,
.responsive video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
.responsive audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
.responsive a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
.responsive a:active,
.responsive a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
.responsive b,
.responsive strong {
  font-weight: bold; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
.responsive h1 {
  font-size: 2em;
  margin: 0.67em 0; }


/**
   * Address inconsistent and variable font size in all browsers.
   */
.responsive small {
  font-size: 80%; }


/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
.responsive img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }


/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
.responsive button,
.responsive input,
.responsive select {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
.responsive button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
.responsive button,
.responsive select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
.responsive button,
html .responsive input[type="button"],
.responsive input[type="reset"],
.responsive input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
.responsive button[disabled],
html .responsive input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
.responsive button::-moz-focus-inner,
.responsive input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
.responsive input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
.responsive input[type="checkbox"],
.responsive input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
.responsive input[type="number"]::-webkit-inner-spin-button,
.responsive input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
.responsive input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
.responsive input[type="search"]::-webkit-search-cancel-button,
.responsive input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
.responsive legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }


/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
.responsive table {
  border-collapse: collapse;
  border-spacing: 0; }

.responsive td,
.responsive th {
  padding: 0; }

.responsive .foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

.responsive *,
.responsive *:before,
.responsive *:after {
  box-sizing: inherit; }

.responsive img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }


.responsive select {
  width: 100%;
  border-radius: 0; }

.responsive #map_canvas img,
.responsive #map_canvas embed,
.responsive #map_canvas object,
.responsive .map_canvas img,
.responsive .map_canvas embed,
.responsive .map_canvas object,
.responsive .mqa-display img,
.responsive .mqa-display embed,
.responsive .mqa-display object {
  max-width: none !important; }

.responsive button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.responsive .is-visible {
  display: block !important; }

.responsive .is-hidden {
  display: none !important; }

.responsive .row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .responsive .row::before, .responsive .row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .responsive .row::after {
    clear: both; }
  .responsive .row.collapse > .column, .responsive .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .responsive .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }    
    .responsive .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .responsive .row.expanded {
    max-width: none; }
    .responsive .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.responsive .column, .responsive .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .responsive .column:last-child:not(:first-child), .responsive .columns:last-child:not(:first-child) {
    float: right; }
  .responsive .column.end:last-child:last-child, .responsive .end.columns:last-child:last-child {
    float: left; }

.responsive .column.row.row, .responsive .row.row.columns {
  float: none; }
  .responsive .row .column.row.row, .responsive .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.responsive .small-1 {
  width: 8.33333%; }

.responsive .small-push-1 {
  position: relative;
  left: 8.33333%; }

.responsive .small-pull-1 {
  position: relative;
  left: -8.33333%; }

.responsive .small-offset-0 {
  margin-left: 0%; }

.responsive .small-2 {
  width: 16.66667%; }

.responsive .small-push-2 {
  position: relative;
  left: 16.66667%; }

.responsive .small-pull-2 {
  position: relative;
  left: -16.66667%; }

.responsive .small-offset-1 {
  margin-left: 8.33333%; }

.responsive .small-3 {
  width: 25%; }

.responsive .small-push-3 {
  position: relative;
  left: 25%; }

.responsive .small-pull-3 {
  position: relative;
  left: -25%; }

.responsive .small-offset-2 {
  margin-left: 16.66667%; }

.responsive .small-4 {
  width: 33.33333%; }

.responsive .small-push-4 {
  position: relative;
  left: 33.33333%; }

.responsive .small-pull-4 {
  position: relative;
  left: -33.33333%; }

.responsive .small-offset-3 {
  margin-left: 25%; }

.responsive .small-5 {
  width: 41.66667%; }

.responsive .small-push-5 {
  position: relative;
  left: 41.66667%; }

.responsive .small-pull-5 {
  position: relative;
  left: -41.66667%; }

.responsive .small-offset-4 {
  margin-left: 33.33333%; }

.responsive .small-6 {
  width: 50%; }

.responsive .small-push-6 {
  position: relative;
  left: 50%; }

.responsive .small-pull-6 {
  position: relative;
  left: -50%; }

.responsive .small-offset-5 {
  margin-left: 41.66667%; }

.responsive .small-7 {
  width: 58.33333%; }

.responsive .small-push-7 {
  position: relative;
  left: 58.33333%; }

.responsive .small-pull-7 {
  position: relative;
  left: -58.33333%; }

.responsive .small-offset-6 {
  margin-left: 50%; }

.responsive .small-8 {
  width: 66.66667%; }

.responsive .small-push-8 {
  position: relative;
  left: 66.66667%; }

.responsive .small-pull-8 {
  position: relative;
  left: -66.66667%; }

.responsive .small-offset-7 {
  margin-left: 58.33333%; }

.responsive .small-9 {
  width: 75%; }

.responsive .small-push-9 {
  position: relative;
  left: 75%; }

.responsive .small-pull-9 {
  position: relative;
  left: -75%; }

.responsive .small-offset-8 {
  margin-left: 66.66667%; }

.responsive .small-10 {
  width: 83.33333%; }

.responsive .small-push-10 {
  position: relative;
  left: 83.33333%; }

.responsive .small-pull-10 {
  position: relative;
  left: -83.33333%; }

.responsive .small-offset-9 {
  margin-left: 75%; }

.responsive .small-11 {
  width: 91.66667%; }

.responsive .small-push-11 {
  position: relative;
  left: 91.66667%; }

.responsive .small-pull-11 {
  position: relative;
  left: -91.66667%; }

.responsive .small-offset-10 {
  margin-left: 83.33333%; }

.responsive .small-12 {
  width: 100%; }

.responsive .small-offset-11 {
  margin-left: 91.66667%; }

.responsive .small-up-1 > .column, .responsive .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .responsive .small-up-1 > .column:nth-of-type(1n), .responsive .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-1 > .column:nth-of-type(1n+1), .responsive .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .responsive .small-up-1 > .column:last-child, .responsive .small-up-1 > .columns:last-child {
    float: left; }

.responsive .small-up-2 > .column, .responsive .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .responsive .small-up-2 > .column:nth-of-type(1n), .responsive .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-2 > .column:nth-of-type(2n+1), .responsive .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .responsive .small-up-2 > .column:last-child, .responsive .small-up-2 > .columns:last-child {
    float: left; }

.responsive .small-up-3 > .column, .responsive .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .responsive .small-up-3 > .column:nth-of-type(1n), .responsive .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-3 > .column:nth-of-type(3n+1), .responsive .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .responsive .small-up-3 > .column:last-child, .responsive .small-up-3 > .columns:last-child {
    float: left; }

.responsive .small-up-4 > .column, .responsive .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .responsive .small-up-4 > .column:nth-of-type(1n), .responsive .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-4 > .column:nth-of-type(4n+1), .responsive .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .responsive .small-up-4 > .column:last-child, .responsive .small-up-4 > .columns:last-child {
    float: left; }

.responsive .small-up-5 > .column, .responsive .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .responsive .small-up-5 > .column:nth-of-type(1n), .responsive .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-5 > .column:nth-of-type(5n+1), .responsive .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .responsive .small-up-5 > .column:last-child, .responsive .small-up-5 > .columns:last-child {
    float: left; }

.responsive .small-up-6 > .column, .responsive .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .responsive .small-up-6 > .column:nth-of-type(1n), .responsive .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-6 > .column:nth-of-type(6n+1), .responsive .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .responsive .small-up-6 > .column:last-child, .responsive .small-up-6 > .columns:last-child {
    float: left; }

.responsive .small-up-7 > .column, .responsive .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .responsive .small-up-7 > .column:nth-of-type(1n), .responsive .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-7 > .column:nth-of-type(7n+1), .responsive .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .responsive .small-up-7 > .column:last-child, .responsive .small-up-7 > .columns:last-child {
    float: left; }

.responsive .small-up-8 > .column, .responsive .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .responsive .small-up-8 > .column:nth-of-type(1n), .responsive .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .responsive .small-up-8 > .column:nth-of-type(8n+1), .responsive .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .responsive .small-up-8 > .column:last-child, .responsive .small-up-8 > .columns:last-child {
    float: left; }

.responsive .small-collapse > .column, .responsive .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.responsive .small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.responsive .small-uncollapse > .column, .responsive .small-uncollapse > .columns {
   padding-left: 0.65789rem;
  padding-right: 0.65789rem; }

.responsive .small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.responsive .small-uncentered,
.responsive .small-push-0,
.responsive .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .responsive .medium-1 {
    width: 8.33333%; }
  .responsive .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .responsive .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .responsive .medium-offset-0 {
    margin-left: 0%; }
  .responsive .medium-2 {
    width: 16.66667%; }
  .responsive .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .responsive .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .responsive .medium-offset-1 {
    margin-left: 8.33333%; }
  .responsive .medium-3 {
    width: 25%; }
  .responsive .medium-push-3 {
    position: relative;
    left: 25%; }
  .responsive .medium-pull-3 {
    position: relative;
    left: -25%; }
  .responsive .medium-offset-2 {
    margin-left: 16.66667%; }
  .responsive .medium-4 {
    width: 33.33333%; }
  .responsive .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .responsive .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .responsive .medium-offset-3 {
    margin-left: 25%; }
  .responsive .medium-5 {
    width: 41.66667%; }
  .responsive .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .responsive .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .responsive .medium-offset-4 {
    margin-left: 33.33333%; }
  .responsive .medium-6 {
    width: 50%; }
  .responsive .medium-push-6 {
    position: relative;
    left: 50%; }
  .responsive .medium-pull-6 {
    position: relative;
    left: -50%; }
  .responsive .medium-offset-5 {
    margin-left: 41.66667%; }
  .responsive .medium-7 {
    width: 58.33333%; }
  .responsive .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .responsive .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .responsive .medium-offset-6 {
    margin-left: 50%; }
  .responsive .medium-8 {
    width: 66.66667%; }
  .responsive .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .responsive .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .responsive .medium-offset-7 {
    margin-left: 58.33333%; }
  .responsive .medium-9 {
    width: 75%; }
  .responsive .medium-push-9 {
    position: relative;
    left: 75%; }
  .responsive .medium-pull-9 {
    position: relative;
    left: -75%; }
  .responsive .medium-offset-8 {
    margin-left: 66.66667%; }
  .responsive .medium-10 {
    width: 83.33333%; }
  .responsive .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .responsive .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .responsive .medium-offset-9 {
    margin-left: 75%; }
  .responsive .medium-11 {
    width: 91.66667%; }
  .responsive .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .responsive .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .responsive .medium-offset-10 {
    margin-left: 83.33333%; }
  .responsive .medium-12 {
    width: 100%; }
  .responsive .medium-offset-11 {
    margin-left: 91.66667%; }
  .responsive .medium-up-1 > .column, .responsive .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .responsive .medium-up-1 > .column:nth-of-type(1n), .responsive .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-1 > .column:nth-of-type(1n+1), .responsive .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .responsive .medium-up-1 > .column:last-child, .responsive .medium-up-1 > .columns:last-child {
      float: left; }
  .responsive .medium-up-2 > .column, .responsive .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .responsive .medium-up-2 > .column:nth-of-type(1n), .responsive .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-2 > .column:nth-of-type(2n+1), .responsive .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .responsive .medium-up-2 > .column:last-child, .responsive .medium-up-2 > .columns:last-child {
      float: left; }
  .responsive .medium-up-3 > .column, .responsive .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .responsive .medium-up-3 > .column:nth-of-type(1n), .responsive .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-3 > .column:nth-of-type(3n+1), .responsive .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .responsive .medium-up-3 > .column:last-child, .responsive .medium-up-3 > .columns:last-child {
      float: left; }
  .responsive .medium-up-4 > .column, .responsive .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .responsive .medium-up-4 > .column:nth-of-type(1n), .responsive .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-4 > .column:nth-of-type(4n+1), .responsive .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .responsive .medium-up-4 > .column:last-child, .responsive .medium-up-4 > .columns:last-child {
      float: left; }
  .responsive .medium-up-5 > .column, .responsive .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .responsive .medium-up-5 > .column:nth-of-type(1n), .responsive .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-5 > .column:nth-of-type(5n+1), .responsive .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .responsive .medium-up-5 > .column:last-child, .responsive .medium-up-5 > .columns:last-child {
      float: left; }
  .responsive .medium-up-6 > .column, .responsive .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .responsive .medium-up-6 > .column:nth-of-type(1n), .responsive .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-6 > .column:nth-of-type(6n+1), .responsive .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .responsive .medium-up-6 > .column:last-child, .responsive .medium-up-6 > .columns:last-child {
      float: left; }
  .responsive .medium-up-7 > .column, .responsive .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .responsive .medium-up-7 > .column:nth-of-type(1n), .responsive .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-7 > .column:nth-of-type(7n+1), .responsive .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .responsive .medium-up-7 > .column:last-child, .responsive .medium-up-7 > .columns:last-child {
      float: left; }
  .responsive .medium-up-8 > .column, .responsive .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .responsive .medium-up-8 > .column:nth-of-type(1n), .responsive .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .medium-up-8 > .column:nth-of-type(8n+1), .responsive .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .responsive .medium-up-8 > .column:last-child, .responsive .medium-up-8 > .columns:last-child {
      float: left; }
  .responsive .medium-collapse > .column, .responsive .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .responsive .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .responsive .medium-uncollapse > .column, .responsive .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .responsive .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .responsive .medium-uncentered,
  .responsive .medium-push-0,
  .responsive .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .responsive .large-1 {
    width: 8.33333%; }
  .responsive .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .responsive .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .responsive .large-offset-0 {
    margin-left: 0%; }
  .responsive .large-2 {
    width: 16.66667%; }
  .responsive .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .responsive .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .responsive .large-offset-1 {
    margin-left: 8.33333%; }
  .responsive .large-3 {
    width: 25%; }
  .responsive .large-push-3 {
    position: relative;
    left: 25%; }
  .responsive .large-pull-3 {
    position: relative;
    left: -25%; }
  .responsive .large-offset-2 {
    margin-left: 16.66667%; }
  .responsive .large-4 {
    width: 33.33333%; }
  .responsive .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .responsive .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .responsive .large-offset-3 {
    margin-left: 25%; }
  .responsive .large-5 {
    width: 41.66667%; }
  .responsive .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .responsive .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .responsive .large-offset-4 {
    margin-left: 33.33333%; }
  .responsive .large-6 {
    width: 50%; }
  .responsive .large-push-6 {
    position: relative;
    left: 50%; }
  .responsive .large-pull-6 {
    position: relative;
    left: -50%; }
  .responsive .large-offset-5 {
    margin-left: 41.66667%; }
  .responsive .large-7 {
    width: 58.33333%; }
  .responsive .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .responsive .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .responsive .large-offset-6 {
    margin-left: 50%; }
  .responsive .large-8 {
    width: 66.66667%; }
  .responsive .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .responsive .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .responsive .large-offset-7 {
    margin-left: 58.33333%; }
  .responsive .large-9 {
    width: 75%; }
  .responsive .large-push-9 {
    position: relative;
    left: 75%; }
  .responsive .large-pull-9 {
    position: relative;
    left: -75%; }
  .responsive .large-offset-8 {
    margin-left: 66.66667%; }
  .responsive .large-10 {
    width: 83.33333%; }
  .responsive .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .responsive .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .responsive .large-offset-9 {
    margin-left: 75%; }
  .responsive .large-11 {
    width: 91.66667%; }
  .responsive .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .responsive .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .responsive .large-offset-10 {
    margin-left: 83.33333%; }
  .responsive .large-12 {
    width: 100%; }
  .responsive .large-offset-11 {
    margin-left: 91.66667%; }
  .responsive .large-up-1 > .column, .responsive .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .responsive .large-up-1 > .column:nth-of-type(1n), .responsive .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-1 > .column:nth-of-type(1n+1), .responsive .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .responsive .large-up-1 > .column:last-child, .responsive .large-up-1 > .columns:last-child {
      float: left; }
  .responsive .large-up-2 > .column, .responsive .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .responsive .large-up-2 > .column:nth-of-type(1n), .responsive .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-2 > .column:nth-of-type(2n+1), .responsive .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .responsive .large-up-2 > .column:last-child, .responsive .large-up-2 > .columns:last-child {
      float: left; }
  .responsive .large-up-3 > .column, .responsive .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .responsive .large-up-3 > .column:nth-of-type(1n), .responsive .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-3 > .column:nth-of-type(3n+1), .responsive .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .responsive .large-up-3 > .column:last-child, .responsive .large-up-3 > .columns:last-child {
      float: left; }
  .responsive .large-up-4 > .column, .responsive .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .responsive .large-up-4 > .column:nth-of-type(1n), .responsive .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-4 > .column:nth-of-type(4n+1), .responsive .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .responsive .large-up-4 > .column:last-child, .responsive .large-up-4 > .columns:last-child {
      float: left; }
  .responsive .large-up-5 > .column, .responsive .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .responsive .large-up-5 > .column:nth-of-type(1n), .responsive .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-5 > .column:nth-of-type(5n+1), .responsive .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .responsive .large-up-5 > .column:last-child, .responsive .large-up-5 > .columns:last-child {
      float: left; }
  .responsive .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .responsive .large-up-6 > .column:nth-of-type(1n), .responsive .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-6 > .column:nth-of-type(6n+1), .responsive .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .responsive .large-up-6 > .column:last-child, .responsive .large-up-6 > .columns:last-child {
      float: left; }
  .responsive .large-up-7 > .column, .responsive .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .responsive .large-up-7 > .column:nth-of-type(1n), .responsive .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-7 > .column:nth-of-type(7n+1), .responsive .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .responsive .large-up-7 > .column:last-child, .responsive .large-up-7 > .columns:last-child {
      float: left; }
  .responsive .large-up-8 > .column, .responsive .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .responsive .large-up-8 > .column:nth-of-type(1n), .responsive .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .responsive .large-up-8 > .column:nth-of-type(8n+1), .responsive .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .responsive .large-up-8 > .column:last-child, .responsive .large-up-8 > .columns:last-child {
      float: left; }
  .responsive .large-collapse > .column, .responsive .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .responsive .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .responsive .large-uncollapse > .column, .responsive .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .responsive .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .responsive .large-uncentered,
  .responsive .large-push-0,
  .responsive .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.responsive div,
.responsive dl,
.responsive dt,
.responsive dd,
.responsive ul,
.responsive ol,
.responsive li,
.responsive h1,
.responsive h2,
.responsive h3,
.responsive h4,
.responsive h5,
.responsive h6,
.responsive pre,
.responsive form,
.responsive p,
.responsive blockquote,
.responsive th,
.responsive td {
  margin: 0;
  padding: 0; }

.responsive p {
  font-size: inherit;
  line-height: 1.45;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

.responsive em,
.responsive i {
  font-style: italic;
  line-height: inherit; }

.responsive strong,
.responsive b {
  font-weight: bold;
  line-height: inherit; }

.responsive small {
  font-size: 80%;
  line-height: inherit; }

.responsive h1,
.responsive h2,
.responsive h3,
.responsive h4,
.responsive h5,
.responsive h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.3; }
.responsive h1 small,
.responsive h2 small,
.responsive h3 small,
.responsive h4 small,
.responsive h5 small,
.responsive h6 small {
    color: #cacaca;
    line-height: 0; }

.responsive h1 {
  font-size: 1.875rem; }

.responsive h2 {
  font-size: 1.5625rem; }

.responsive h3 {
  font-size: 1.375rem; }

.responsive h4 {
  font-size: 1.1875rem; }

.responsive h5 {
  font-size: 1.125rem; }

.responsive h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  .responsive h1 {
    font-size: 3rem; }
  .responsive h2 {
    font-size: 2.1875rem; }
  .responsive h3 {
    font-size: 1.875rem; }
  .responsive h4 {
    font-size: 1.625rem; }
  .responsive h5 {
    font-size: 1.375rem; }
  .responsive h6 {
    font-size: 1.1875rem; } }

.responsive a {
  color: #FFAE00;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
.responsive a:hover {
	text-decoration: none;
} 
.responsive a:hover, .responsive a:focus {
    color: #db9600; }
.responsive a img {
    border: 0; }

.responsive ul {
  line-height: 1.45;
  margin-bottom: 1rem;
  list-style-position: outside; }

.responsive li {
  font-size: inherit; }

.responsive ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

.responsive ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }


.responsive .text-center {
  text-align: center; }

.responsive .text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.responsive .show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #555555;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.responsive [type='text'], .responsive [type='password'], .responsive [type='date'], .responsive [type='datetime'], .responsive [type='datetime-local'], .responsive [type='month'], .responsive [type='week'], .responsive [type='email'], .responsive [type='number'], .responsive [type='search'], .responsive [type='tel'], .responsive [type='time'], .responsive [type='url'], .responsive [type='color'],
.responsive textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .responsive [type='text']:focus, .responsive [type='password']:focus, .responsive [type='date']:focus, .responsive [type='datetime']:focus, .responsive [type='datetime-local']:focus, .responsive [type='month']:focus, .responsive [type='week']:focus, .responsive [type='email']:focus, .responsive [type='number']:focus, .responsive [type='search']:focus, .responsive [type='tel']:focus, .responsive [type='time']:focus, .responsive [type='url']:focus, .responsive [type='color']:focus,
  .responsive textarea:focus {
    border: 1px solid #555555;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }


.responsive input::placeholder {
  color: #cacaca; }

.responsive input:disabled, .responsive input[readonly]{
  background-color: #eaeaea;
  cursor: default; }

.responsive [type='submit'],
.responsive [type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.responsive input[type='search'] {
  box-sizing: border-box; }

.responsive [type='file'],
.responsive [type='checkbox'],
.responsive [type='radio'] {
  margin: 0 0 1rem; }

.responsive [type='checkbox'] + label,
.responsive [type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

.responsive label > [type='checkbox'],
.responsive label > [type='radio'] {
  margin-right: 0.5rem; }

.responsive [type='file'] {
  width: 100%; }

.responsive label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  .responsive label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.responsive legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }


.responsive select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2885, 85, 85%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    .responsive select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  .responsive select:disabled {
    background-color: #eaeaea;
    cursor: default; }
  .responsive select::-ms-expand {
    display: none; }
  .responsive select[multiple] {
    height: auto; }

.responsive .is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.responsive .is-invalid-label {
  color: #ec5840; }

.responsive .form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .responsive .form-error.is-visible {
    display: block; }

.responsive .accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.responsive .accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #FFAE00;
  position: relative;
  border-bottom: 1px solid #eaeaea; }
  .responsive .accordion-title:hover, .responsive .accordion-title:focus {
    background-color: #eaeaea; }
  .responsive .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .responsive .is-active > .accordion-title::before {
    content: '–'; }

.responsive .accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #eaeaea;
  background-color: #fefefe; }

.responsive .is-accordion-submenu-parent > a {
  position: relative; }
  .responsive .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #FFAE00 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.responsive .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.responsive .callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0;
  position: relative;
  color: #282828;
  background-color: white; }
  .responsive .callout > :first-child {
    margin-top: 0; }
  .responsive .callout > :last-child {
    margin-bottom: 0; }
  .responsive .callout.primary {
    background-color: #fff3d9; }
  .responsive .callout.primary-dark {
    background-color: #ffedd9; }
  .responsive .callout.secondary {
    background-color: #e7e1e1; }
  .responsive .callout.secondary-dark {
    background-color: #dde3e4; }
  .responsive .callout.success {
    background-color: #e1faea; }
  .responsive .callout.warning {
    background-color: #fff3d9; }
  .responsive .callout.alert {
    background-color: #fce6e2; }
  .responsive .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .responsive .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.responsive .close-button {
  position: absolute;
  color: #555555;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  .responsive [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .responsive .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.responsive .menu-resp {
  margin: 0;
  list-style-type: none; }
  .responsive .menu-resp > li {
    display: table-cell;
    vertical-align: middle; }
    .responsive [data-whatinput='mouse'] .menu-resp > li {
      outline: 0; }
  .responsive .menu-resp > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .responsive .menu-resp input,
  .responsive .menu-resp a,
  .responsive .menu-resp a.button,
  .responsive .menu-resp button {
    margin-bottom: 0; }
  .responsive .menu-resp > li > a img,
  .responsive .menu-resp > li > a i {
    vertical-align: middle; }
  .responsive .menu-resp > li > a i + span,
  .responsive .menu-resp > li > a img + span {
    vertical-align: middle; }
  .responsive .menu-resp > li > a img,
  .responsive .menu-resp > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .responsive .menu-resp > li {
    display: table-cell; }
  .responsive .menu-resp.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .responsive .menu-resp.medium-horizontal > li {
      display: table-cell; }
    .responsive .menu-resp.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .responsive .menu-resp.large-horizontal > li {
      display: table-cell; }
    .responsive .menu-resp.large-vertical > li {
      display: block; } }
  .responsive .menu-resp.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .responsive .menu-resp.simple a {
    padding: 0; }
  .responsive .menu-resp.align-right::before, .menu-resp.align-right::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .responsive .menu-resp.align-right::after {
    clear: both; }
  .responsive .menu-resp.align-right > li {
    float: right; }
  .responsive .menu-resp.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .responsive .menu-resp.expanded > li:first-child:last-child {
      width: 100%; }
  .responsive .menu-resp.icon-top > li > a {
    text-align: center; }
    .responsive .menu-resp.icon-top > li > a img,
    .responsive .menu-resp.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .responsive .menu-resp.nested {
    margin-left: 1rem; }
  .responsive .menu-resp .active > a {
    color: #fefefe;
    background: #FFAE00; }

.responsive .menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.responsive .menu-centered {
  text-align: center; }
  .responsive .menu-centered > .menu {
    display: inline-block; }

.responsive .no-js [data-responsive-menu] ul {
  display: none; }

.responsive .menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .responsive .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .responsive .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.responsive .menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .responsive .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .responsive .menu-icon.dark:hover::after {
    background: #555555;
    box-shadow: 0 7px 0 #555555, 0 14px 0 #555555; }

.responsive .is-drilldown {
  position: relative;
  overflow: hidden; }
  .responsive .is-drilldown li {
    display: block !important; }

.responsive .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .responsive .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .responsive .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.responsive .is-drilldown-submenu-parent > a {
  position: relative; }
  .responsive .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #FFAE00;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.responsive .js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFAE00 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.responsive .dropdown-pane {
  background-color: #f9f9f9;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: auto;
  z-index: 10; }
  .responsive .dropdown-pane.is-open {
    visibility: visible; }

.responsive .dropdown-pane.tiny {
  width: 100px; }

.responsive .dropdown-pane.small {
  width: 200px; }

.responsive .dropdown-pane.large {
  width: 400px; }

.responsive .dropdown.menu-resp > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.responsive .dropdown.menu-resp > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.responsive .dropdown.menu-resp > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.responsive .dropdown.menu-resp > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #555555 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

.responsive [data-whatinput='mouse'] .dropdown.menu-resp a {
  outline: 0; }

.responsive .no-js .dropdown.menu-resp ul {
  display: none; }

.responsive .dropdown.menu-resp.vertical > li .is-dropdown-submenu {
  top: 0; }

.responsive .dropdown.menu-resp.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.responsive .dropdown.menu-resp.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.responsive .dropdown.menu-resp.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.responsive .dropdown.menu-resp.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #555555 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.responsive .dropdown.menu-resp.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #555555;
  border-left-style: solid;
  border-right-width: 0; }


.responsive .dropdown.menu-resp.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.responsive .is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.responsive .is-dropdown-submenu-parent {
  position: relative; }
  .responsive .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .responsive .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .responsive .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.responsive .is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: none;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .responsive .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .responsive .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #555555 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .responsive .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #555555;
    border-left-style: solid;
    border-right-width: 0; }
  .responsive .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .responsive .is-dropdown-submenu > li {
    width: 100%; }
  .responsive .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .responsive .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive .label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #FF8800;
  color: #fefefe; }
  .responsive .label.primary-dark {
    background: #FF8800;
    color: #fefefe; }
  .responsive .label.secondary {
    background: #534343;
    color: #fefefe; }
  .responsive .label.secondary-dark {
    background: #2D383A;
    color: #fefefe; }
  .responsive .label.success {
    background: #3adb76;
    color: #fefefe; }
  .responsive .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .responsive .label.alert {
    background: #ec5840;
    color: #fefefe; }



.responsive .sticky-container {
  position: relative; }

.responsive .sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.responsive .sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .responsive .sticky.is-stuck.is-at-top {
    top: 0; }
  .responsive .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.responsive .sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .responsive .sticky.is-anchored.is-at-bottom {
    bottom: 0; }


.responsive .hide {
  display: none !important; }

.responsive .invisible {
  visibility: hidden; }

.responsive .hide-for-large {
    display: none !important; } 

.responsive .show-for-sr,
.responsive .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.responsive .show-on-focus:active, .responsive .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.responsive .show-for-landscape,
.responsive .hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .responsive .show-for-landscape,
    .responsive .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .responsive .show-for-landscape,
    .responsive .hide-for-portrait {
      display: none !important; } }

.responsive .hide-for-landscape,
.responsive .show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .responsive .hide-for-landscape,
    .responsive .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .responsive .hide-for-landscape,
    .responsive .show-for-portrait {
      display: block !important; } }

.responsive .float-left {
  float: left !important; }

.responsive .float-right {
  float: right !important; }

.responsive .float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.responsive .clearfix::before, .responsive .clearfix::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.responsive .clearfix::after {
  clear: both; }

/* ===============================

OFFCANVAS MENU

=============================== */


.off-canvas-tab {
  display: block;
  margin-bottom: 17rem; }

.off-canvas-search-tab {
  padding: 1rem; }

.off-canvas {
  background: #534343;
  background: -moz-linear-gradient(top, #534343 0%, #2d383a 100%);
  background: -webkit-linear-gradient(top, #534343 0%, #2d383a 100%);
  background: linear-gradient(to bottom, #534343 0%, #2d383a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534343', endColorstr='#2d383a',GradientType=0 );
  position: fixed;
  overflow: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transform: translateX(300px);
  transition: transform 0.3s; }
  .off-canvas.position-right {
    height: 120%;
    max-height: none;
    margin-bottom: 17rem;
    padding-top: 48px;
    width: 300px;
    z-index: 2;
    right: 0; }
    .off-canvas.position-right.is-open {
      transform: translateX(0px); }
  .off-canvas .menu-resp {
    border-bottom: 1px dashed #282828; }
    .off-canvas .menu-resp.nested {
      margin: 0;
      border-bottom: none; }
      .off-canvas .menu-resp.nested .cf {
        margin-right: 0.5rem;
        opacity: 0.5; }
    .off-canvas .menu-resp li[aria-expanded="true"] {
      background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0; }
    .off-canvas .menu-resp li a {
      color: #fefefe;
      margin-top: 1px;
      padding: 1rem;
      outline: 0; }
  .off-canvas select {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #2f2f2f;
    border-radius: 5px;
    color: #fefefe;
    float: right;
    margin: 1rem;
    padding: 0rem 0.7rem;
    width: 30%; }
    .off-canvas select option {
      color: #0a0a0a;
      background: #fefefe; }

.js-off-canvas-exit {
  z-index: -99999;
  display: block;
  opacity: 0;
  transition: opacity 0.3s; }
  .js-off-canvas-exit.is-visible {
    opacity: 1;
    z-index: 1; }

.off-canvas-content {
  transform: none;
  background: #f9f9f9; }

/* ===============================

BUTTONS

=============================== */
.responsive a {
  color: #FF8800; }
  .responsive a:hover {
    color: #FFAE00; }

.responsive .button, .responsive a.button {
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 0.7rem 1rem;
  transition: none;
  font-size: 16px;
  margin: 0 0 1rem;
  display: inline-block;
  line-height: 1;
  height:inherit;
  vertical-align: middle; }
  .responsive .button.expanded {
    width: 100%; }
  .responsive .button.large {
    padding: 1rem 2rem; }
  .responsive .button.primary {
    color: #fefefe;
    border-bottom: 2px solid #df6a00;
    background: #ffae00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFAE00 0%, #FF8800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8800',GradientType=0 );
    /* IE6-9 */ }
    .responsive .button.primary:hover {
      background: #FFAE00;
      border-color: #FF8800; }
    .responsive .button.primary:active {
      background: #FF8800; }
    .responsive .button.primary.hollow {
      background: none; }
    .responsive .button.primary .fa {
      color: #FFAE00; }
  .responsive .button.secondary {
    background: #534343;
    background: -moz-linear-gradient(top, #534343 0%, #2d383a 100%);
    background: -webkit-linear-gradient(top, #534343 0%, #2d383a 100%);
    background: linear-gradient(to bottom, #534343 0%, #2d383a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534343', endColorstr='#2d383a',GradientType=0 ); }
    .responsive .button.secondary:hover {
      background: #534343;
      border-color: #2D383A; }
    .responsive .button.secondary.hollow {
      background: #fefefe;
      border: 2px solid #534343; }
      .responsive .button.secondary.hollow:hover {
        background: #f9f9f9; }
      .responsive .button.secondary.hollow:active {
        background: #eaeaea; }
    .responsive .button.secondary .fa {
      color: #FFAE00; }

.responsive .selection .button {
  background: rgba(0, 0, 0, 0.15);
  border: none !important;
  box-shadow: none; }
  .responsive .selection .button.active {
    background: rgba(0, 0, 0, 0.5); }
    .responsive .selection .button.active .fa:before {
      content: "\f00c";
      color: #FFAE00; }


/* ===============================

COMMON

=============================== */
.responsive a {
  color: #FF8800; }

.responsive a.link-wrap {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.responsive .block-heading,
.responsive .no-block-heading {
  margin: 2rem 0 1rem; }
  .responsive .block-heading:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #dadada; }
  .responsive .block-heading h1, .block-heading h3 {
    color: #a9a9a9;
    font-size: 1rem;
    font-weight: 700; }
  .block-heading strong {
    color: #555555;
    font-weight: 900; }
    
.responsive .callout {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.responsive .dropdown-pane,
.responsive .is-dropdown-submenu {
 box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }
.responsive .dropdown-pane {
  background: #fefefe;
  padding: 1rem 0.5rem; }

 .responsive .is-dropdown-submenu {
  padding: 0.5rem 0;
  white-space: nowrap; }

.responsive .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  min-width: 100%; }

.responsive .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.9rem; }

.responsive .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: 15px; }

.responsive .dd-arrow-down {
  position: relative;
  padding-right: 2rem !important; }
  .dd-arrow-down:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #555555 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0; }
  .responsive .dd-arrow-down.dd-arrow-down-white:after {
    border-color: #fefefe transparent; }

.responsive .lead {
  font-weight: 600;
  letter-spacing: -1px; }


.page-wrapper {
  overflow-x: visible;
  height: auto !important; }
/* ===============================

CUSTOM ICONS FONT

=============================== */
@font-face {
  font-family: "City24Icons";
  src: url("../cssResource/res/fonts/City24Icons.ttf") format("truetype"), url("../cssResource/res/fonts/City24Icons.eot"), url("../cssResource/res/fonts/City24Icons.svg#City24Icons") format("svg"); }

.responsive .cf {
  display: inline-block;
  line-height: 1;
  font-family: City24Icons;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto; }
  .responsive .cf.cf-large {
    font-size: 3rem; }
  .responsive .cf.cf-apartment:before {
    content: "\e000"; }
  .responsive .cf.cf-commercial:before {
    content: "\e001"; }
  .responsive .cf.cf-land:before {
    content: "\e002"; }
  .responsive .cf.cf-house-share:before {
    content: "\e003"; }
  .responsive .cf.cf-house:before {
    content: "\e004"; }
  .responsive .cf.cf-cottage:before {
    content: "\e005"; }
  .responsive .cf.cf-garage:before {
    content: "\e006"; }
  .responsive .cf.cf-new-project:before {
    content: "\e007"; }

/* ===============================

HEADER

=============================== */
header.responsive {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none !important;
  margin-bottom: auto; }
  header.sticky {
    z-index: 3; }
    header.sticky.is-anchored {
      bottom: auto !important; }
  header.responsive .sub-header {
    height: 48px;
    background: #ffae00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFAE00 0%, #FF8800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8800',GradientType=0 );
    /* IE6-9 */ }
    header.responsive .sub-header a {
      color: #fefefe; }

.responsive .top-header {
  padding: 0.4rem 0;
  background: #fefefe; }
  .responsive .top-header a {
    color: #282828; }
    .responsive .top-header a:hover:not(.button), .responsive .top-header a:hover:after {
      color: #FF8800;
      border-color: #FF8800 transparent transparent !important; }

.responsive .sub-header .menu-resp li a {
  line-height: 1.7rem; }

.responsive .sub-header .button {
  margin: 0; }

.responsive .mob-controls {
  margin-top: 0.25rem; }
  .responsive .mob-controls .button {
    display: block;
    float: left;
    background: none;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    padding: 0.4rem 0.7rem;
    color: #fefefe;
    outline: 0; }
    .responsive .mob-controls .button[aria-expanded="true"] {
      background: #534343;
      padding-bottom: 12px;
      border-radius: 10px 10px 0 0; }
      .responsive .mob-controls .button[aria-expanded="true"] .fa:before {
        content: "\f00d" !important; }
    .responsive .mob-controls .button:first-child:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .responsive .mob-controls .button > span {
      vertical-align: middle; }
  .responsive .mob-controls .fa {
    font-size: 1.7em;
    width: 1.75rem; }



.responsive .city-logo-wrap {
  height: 3rem;
  margin-right: 2rem;
  display: inline-block;
  overflow: hidden; }
  .responsive .city-logo-wrap .city-logo {
    height: 48px;
    width: 200px;
    max-width: none;
    background: url("../cssResource/res/images/city24_logo.svg");
    background-size: 200px 96px;
    display: block; }
    .responsive .city-logo-wrap .city-logo.ee {
      background-position: 0 0; }
    .responsive .city-logo-wrap .city-logo.lv {
      background-position: 0 -48px; }
    .responsive .city-logo-wrap .city-logo.lt {
      background-position: 0 -96px; }

.responsive .portal-selection li a {
  padding: 0.75rem 0.5rem;
  font-size: 80%; }
  .responsive .portal-selection li a.active {
    font-weight: bold;
    color: #0a0a0a; }

.responsive .language-select a.active {
  font-weight: bold; }

.responsive .language-select .flag {
  margin: -1rem 0.5rem -1rem 0rem;
  display: inline-block;
  height: 36px;
  vertical-align: middle;
  width: 36px;
  background: url("../cssResource/res/images/flags.svg") 0 0 no-repeat;
  background-size: 180px 36px; }
  .responsive .language-select .flag.en {
    background-position: 0px 0; }
  .responsive .language-select .flag.et {
    background-position: -36px 0; }
  .responsive .language-select .flag.lv {
    background-position: -72px 0; }
  .responsive .language-select .flag.ru {
    background-position: -108px 0; }
  .responsive .language-select .flag.fi {
    background-position: -144px 0; }

.responsive .user-controls .fa.fa-star {
  color: #FFAE00; }

.responsive .user-controls > li:not(:last-child):not(:first-child) {
  border-left: 1px solid #dadada; }

.responsive .user-controls .button {
  padding: 0.6rem 1rem; }

.responsive .user-controls select {
  margin: 0 0.25rem;
  padding: 0 0.5rem;
  font-weight: bold;
  color: #555555;
  border: none; }
  .responsive .user-controls select:hover {
    cursor: pointer; }

.responsive .user-controls .is-dropdown-submenu {
  margin-top: 0.4rem; }

.responsive .user-controls .sign-in {
  white-space: nowrap; }
  .responsive .user-controls .sign-in .fa {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 90px;
    line-height: 1.75rem;
    margin: -0.5rem 0.5rem -0.5rem 0;
    text-align: center;
    width: 1.75rem;
    transform: scale(1);
    transition: transform 0.2s; }
  .responsive .user-controls .sign-in .sign-in-label {
    display: block;
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 0.25rem; }
  .responsive .user-controls .sign-in .sign-in-facebook,
  .responsive .user-controls .sign-in .sign-in-google {
    color: #fefefe;
    margin: 0.5rem 0.5rem 0; }
    .responsive .user-controls .sign-in .sign-in-facebook > span,
    .responsive .user-controls .sign-in .sign-in-google > span {
      display: inline-block;
      vertical-align: middle; }
    .responsive .user-controls .sign-in .sign-in-facebook:hover,
    .responsive .user-controls .sign-in .sign-in-google:hover {
      color: #fefefe; }
      .responsive .user-controls .sign-in .sign-in-facebook:hover .fa,
      .responsive .user-controls .sign-in .sign-in-google:hover .fa {
        transform: scale(1.2);
        transition: transform 0.2s; }
  .responsive .user-controls .sign-in .sign-in-facebook {
    background: #3b5998; }
  .responsive .user-controls .sign-in .sign-in-google {
    background: #f44336; }

.responsive .main-nav > ul > li > a {
  color: #fefefe;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative; }
  .responsive .main-nav > ul > li > a.dd-arrow-down {
    padding-right: 1.5rem; }
  .responsive .main-nav > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.1); }

.responsive .main-nav > ul > li.is-dropdown-submenu-parent.is-down-arrow > a::after {
  border-color: #fefefe transparent transparent;
  top: 1.25rem; }

.responsive .main-nav > ul > li ul {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  .main-nav > ul > li ul li a {
    color: #0a0a0a; }

.responsive .main-nav .dropdown.menu-resp a[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.1); }

.responsive .main-nav .dropdown-pane {
  width: auto;
  padding: 0; }
  .responsive .main-nav .dropdown-pane ul li a {
    color: #555555;
    padding: 1.5rem 1.25rem 1rem;
    text-align: center;
    font-weight: normal;
    background: #fafafa; }
    @media screen and (min-width: 75em) {
      .responsive .main-nav .dropdown-pane ul li a {
        padding: 1.75rem 1.5rem 1rem; } }
    .responsive .main-nav .dropdown-pane ul li a:hover > span:first-child {
      color: #FF8800; }
    .responsive .main-nav .dropdown-pane ul li a span {
      display: block; }
    .responsive .main-nav .dropdown-pane ul li a .cf {
      margin-bottom: 0.5rem;
      font-size: 2rem; }
      @media screen and (min-width: 75em) {
        .responsive .main-nav .dropdown-pane ul li a .cf {
          font-size: 3rem; } }
  .responsive .main-nav .dropdown-pane ul li:not(:last-child) a {
    border-right: 1px solid #eaeaea; }


.responsive .count-bubble {
  margin: -1rem 0;
  background: #eaeaea;
  font-size: 90%;
  border-radius: 90px;
  display: inline-block;
  font-weight: bold;
  height: 1.6rem;
  line-height: 1.5rem;
  text-align: center;
  min-width: 1.6rem;
  padding: 0 0.5rem; }
  .responsive .count-bubble.count-bubble-left, .responsive .count-bubble.count-bubble-right {
    margin: 0; }
  .responsive .count-bubble.count-bubble-left {
    margin-left: 0.25rem; }
  .responsive .count-bubble.count-bubble-right {
    background: #ffae00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFAE00 0%, #FF8800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8800',GradientType=0 );
    /* IE6-9 */
    color: #fefefe;
    border: none; }

.responsive .off-canvas .count-bubble-group,
.responsive .off-canvas .count-bubble {
  display: inline-block;
  margin-top: -0.25rem;
  position: absolute;
  right: 1rem;
  vertical-align: middle; }

.responsive .off-canvas .count-bubble-left,
.responsive .off-canvas .count-bubble-right {
  position: relative;
  margin: 0;
  right: 0; }

.responsive .off-canvas .count-bubble:not(.new) {
  background: rgba(0, 0, 0, 0.2); }

.responsive .count-bubble-group {
  margin: -1rem 0;
  vertical-align: middle;
  display: inline-block; }
  .responsive .count-bubble-group .count-bubble {
    display: block;
    float: left; }
  .responsive .count-bubble-group .count-bubble:first-child {
    border-radius: 90px 0 0 90px; }
  .responsive .count-bubble-group .count-bubble:last-child {
    border-radius: 0 90px 90px 0; }

/* ===============================

FOOTER

=============================== */
.responsive footer {
  position: relative;
  z-index: 1; }

.responsive .footer-col {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 2rem; }

.responsive .footer-app-promo {
  background: #ffae00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFAE00 0%, #FF8800 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFAE00 0%, #FF8800 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8800',GradientType=0 );
  /* IE6-9 */
  position: relative; }
  @media screen and (min-width: 64em) {
    .responsive .footer-app-promo {
      padding-top: 2rem; } }
  @media screen and (min-width: 40em) {
    .responsive .footer-app-promo .app-image {
      bottom: 0;
      margin-left: 1rem;
      position: absolute; } }
  .responsive .footer-app-promo .app-image img {
    margin: auto;
    display: block; }
  @media screen and (min-width: 40em) {
    .footer-app-promo .app-info {
      padding-left: 12rem; } }
  .responsive .footer-app-promo .app-info h2 {
    font-weight: 800;
    margin: 1.5rem 0 0 0;
    color: #fefefe;
    font-style: italic;
    letter-spacing: -1px; }
    @media screen and (max-width: 39.9375em) {
      .responsive .footer-app-promo .app-info h2 {
        font-size: 2rem; } }
  .responsive .footer-app-promo .app-info .dl-button {
    display: inline-block;
    height: 50px;
    width: 145px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 64em) {
      .responsive .footer-app-promo .app-info .dl-button {
        display: block; } }
    .responsive .footer-app-promo .app-info .dl-button.google-play {
      background: url("../cssResource/res/images/app_dl_btns_resp.png") 0 0 no-repeat; }
    .responsive .footer-app-promo .app-info .dl-button.appstore {
      background: url("../cssResource/res/images/app_dl_btns_resp.png") 0 -50px no-repeat; }

.responsive .footer-main {
  position: relative;
  padding: 3rem 1rem;
  background: #534343;
  background: -moz-linear-gradient(top, #534343 0%, #2d383a 100%);
  background: -webkit-linear-gradient(top, #534343 0%, #2d383a 100%);
  background: linear-gradient(to bottom, #534343 0%, #2d383a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534343', endColorstr='#2d383a',GradientType=0 ); }
  @media screen and (min-width: 64em) {
    .responsive .footer-main {
      padding: 3rem; } }
  .responsive .footer-main h6 {
    color: #FFAE00;
    font-weight: 900;
    text-transform: uppercase; }
    @media screen and (min-width: 64em) {
      .responsive .footer-main h6 {
        margin-bottom: 1rem; } }
   .responsive .footer-main h6.keepCase {
   	text-transform: none; }
  .responsive .footer-main ul {
    margin: 0; }
    .responsive .footer-main ul li {
      display: block; }
      .responsive .footer-main ul li a {
        color: #fefefe;
        display: block;
        position: relative;
        z-index: 1; }
        .responsive .footer-main ul li a:hover {
          color: #FFAE00; }
  .responsive .footer-main:after {
    background: transparent url("../cssResource/res/images/footer_BG.svg") repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.08;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.responsive .site-info {
  text-align: center;
  color: #cacaca;
  font-size: 80%;
  position: relative;
  z-index: 2; }

/* ===============================

ADVERTISEMENTS & BANNERS

=============================== */
.banner-ad.head-row {
  margin-bottom: -1rem;
  padding: 2rem 0 2rem;
  position: relative;
  text-align: center; }
    
  .latvia .banner-ad.head-row {
  min-height:150px; }
  
  .estonia .banner-ad.head-row {
  min-height:115px; }

/* =======================
BCG Logo and links in footer 
========================== */

.responsive .row.footer-bcg {
    padding-bottom: 5em;
    padding-top: .5em;
    position: relative;
    display: block;
    text-align: center;
    background-color: #F6F5F7;
}

.responsive .row.footer-bcg .bcg_logo_links {
	text-align: left;
    display: inline-block;
    padding: 0 1em;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 11px;
}

.responsive .row.footer-bcg .bcg_logo_links img {
	height: 3.8em;
}

.responsive .bcg_logo_links .bcg_logo {
	float: left;
    display: block;
    position: relative;
    top: 0.3em;
}

.responsive .bcg_logo_links .bcg_links {
	position: relative;
    display: block;
    float: left;
    
}

.responsive .bcg_logo_links .bcg_links ul {
    display: block;
    float: left;
}

.responsive .bcg_links a {
    color: #281C37;
    
}



/* From: fi.almamedia.city24.web.City24CssResourceReference/res/js/photoswipe4.1.1/dist/default-skin/default-skin.css */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../cssResource/res/js/photoswipe4.1.1/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../cssResource/res/js/photoswipe4.1.1/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
